Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 86615 invoked by uid 500); 19 Jan 2002 05:11:06 -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 86604 invoked by uid 500); 19 Jan 2002 05:11:06 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 19 Jan 2002 05:11:05 -0000 Message-ID: <20020119051105.51810.qmail@icarus.apache.org> From: ianh@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 ianh 02/01/18 21:11:04 Modified: . configure.in Log: new var. APRUTIL_LDFLAGS Revision Changes Path 1.198 +1 -0 httpd-2.0/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/httpd-2.0/configure.in,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- configure.in 18 Jan 2002 18:16:54 -0000 1.197 +++ configure.in 19 Jan 2002 05:11:04 -0000 1.198 @@ -406,6 +406,7 @@ . ./srclib/apr-util/export_vars.sh APR_ADDTO(LIBS, $APRUTIL_EXPORT_LIBS) APR_ADDTO(INCLUDES, $APRUTIL_EXPORT_INCLUDES) +APR_ADDTO(LDFLAGS, $APRUTIL_LDFLAGS) AP_LIBS="$AP_LIBS $LIBTOOL_LIBS" dnl ## Finalize the variables