From ec025634a11ba61245c02e6731d5a6e77da53000 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 15 May 2002 17:38:46 +0000 Subject: [PATCH] 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.50.1