summaryrefslogtreecommitdiff
path: root/APRVARS.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-01-09 19:28:36 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-01-09 19:28:36 +0000
commit00ed854dc110ed000aeb6451030ac9c9cc2abd04 (patch)
tree6d2f2e94d4207be73bd4165520cb038f6a3461eb /APRVARS.in
parent9d1275e1a983a06ce2634ea7fda44e1da74c83b7 (diff)
downloadlibapr-00ed854dc110ed000aeb6451030ac9c9cc2abd04.tar.gz
Fix a compile break with the new APR libtool setup. Basically, we are
using a libtool library from MM, but it isn't getting linked into the Apache executable, so we fail the link stage. This makes APR publicize the libtool libraries that it uses, so that Apache can link them in. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'APRVARS.in')
-rw-r--r--APRVARS.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/APRVARS.in b/APRVARS.in
index 223328b88..dc207e427 100644
--- a/APRVARS.in
+++ b/APRVARS.in
@@ -1,3 +1,4 @@
EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS @THREAD_CPPFLAGS@"
EXTRA_CFLAGS="$EXTRA_CFLAGS @THREAD_CFLAGS@"
EXTRA_LIBS="$EXTRA_LIBS @LIBS@"
+LIBTOOL_LIBS="$LIBTOOL_LIBS @LIBTOOL_LIBS@"