get APR to tell us the name of the shared library path variable

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2002-05-15 17:38:46 +00:00
parent 69017e97d9
commit 8273448bd1

View File

@ -80,6 +80,7 @@ APR_ADDTO(CFLAGS, `$apr_config --cflags`)
APR_ADDTO(CPPFLAGS, `$apr_config --cppflags`)
APR_ADDTO(LDFLAGS, `$apr_config --ldflags`)
APR_ADDTO(INCLUDES, `$apr_config --includes`)
SHLIBPATH_VAR=`$apr_config --shlib-path-var`
echo $ac_n "${nl}Configuring Apache Portable Runtime Utility library...${nl}"