summaryrefslogtreecommitdiff
path: root/build/dbm.m4
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2003-09-09 03:49:26 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2003-09-09 03:49:26 +0000
commitf753db7384f01e5f265a55a5df2ad3f1212a3cb0 (patch)
tree938a0302816ea9786a679ea73b860df9d171ca60 /build/dbm.m4
parent5deee295249947fba7bef9625be8805bade3a787 (diff)
downloadlibapr-util-f753db7384f01e5f265a55a5df2ad3f1212a3cb0.tar.gz
We need to save LDFLAGS before we enter the loop, or it'll get trounced
unconditionally leading to library not found errors. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/dbm.m4')
-rw-r--r--build/dbm.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/build/dbm.m4 b/build/dbm.m4
index 9b67c53f..33845abd 100644
--- a/build/dbm.m4
+++ b/build/dbm.m4
@@ -48,6 +48,7 @@ AC_DEFUN(APU_CHECK_BERKELEY_DB, [
# Save the original values of the flags we tweak.
apu_check_lib_save_libs="$LIBS"
+ apu_check_lib_save_ldflags="$LDFLAGS"
apu_check_lib_save_cppflags="$CPPFLAGS"
# The variable `found' is the prefix under which we've found