Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 20228 invoked by uid 500); 15 May 2002 17:38:47 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 20201 invoked by uid 500); 15 May 2002 17:38:47 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 15 May 2002 17:38:46 -0000 Message-ID: <20020515173846.49483.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 configure.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 02/05/15 10:38:46 Modified: . configure.in Log: get APR to tell us the name of the shared library path variable Revision Changes Path 1.221 +1 -0 httpd-2.0/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/httpd-2.0/configure.in,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- configure.in 14 May 2002 07:51:52 -0000 1.220 +++ configure.in 15 May 2002 17:38:46 -0000 1.221 @@ -80,6 +80,7 @@ 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}"