summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-05-15 17:38:46 +0000
committerJeff Trawick <trawick@apache.org>2002-05-15 17:38:46 +0000
commit8273448bd1d17ffa1680c3828a9035d08aceace3 (patch)
treea650bbf394a4f85e0fbb1f0ee2c5a5f7132585d0 /configure.in
parent69017e97d953bbe0a962415fd56f87996a24ab91 (diff)
downloadhttpd-8273448bd1d17ffa1680c3828a9035d08aceace3.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 501e6538d4..86124d8060 100644
--- a/configure.in
+++ b/configure.in
@@ -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}"