From 25c4de0930c91b8b9837fb566fc916245bd875ae Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Tue, 12 Dec 2000 10:24:14 +0000 Subject: [PATCH] pick up exported build variables from APRUTIL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87297 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 9119b15c1f..20e9c6ea76 100644 --- a/configure.in +++ b/configure.in @@ -224,6 +224,10 @@ RUN_SUBDIR_CONFIG_NOW(srclib/apr-util, "--with-apr=../apr") RUN_SUBDIR_CONFIG_NOW(srclib/pcre) . ./srclib/apr/APRVARS +dnl get the exported vars from APRUTIL +. ./srclib/apr-util/export_vars.sh +EXTRA_LIBS="$EXTRA_LIBS $APRUTIL_EXPORT_LIBS" + APACHE_GEN_CONFIG_VARS dnl ## Build modules.c -- 2.50.1