jerenkrantz 2003/10/29 12:43:19
Modified: build Tag: APU_0_9_BRANCH dbm.m4
Log:
Backport the following fix from APR 1.0, revision 1.4 of build/dbm.m4:
We need to save LDFLAGS before we enter the loop, or it'll get trounced
unconditionally leading to library not found errors.
Revision Changes Path
No revision
No revision
1.3.2.1 +1 -0 apr-util/build/dbm.m4
Index: dbm.m4
===================================================================
RCS file: /home/cvs/apr-util/build/dbm.m4,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -u -r1.3 -r1.3.2.1
--- dbm.m4 31 Aug 2003 15:27:23 -0000 1.3
+++ dbm.m4 29 Oct 2003 20:43:19 -0000 1.3.2.1
@@ -48,6 +48,7 @@
# 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