You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2003/09/09 05:49:26 UTC

cvs commit: apr-util/build dbm.m4

jerenkrantz    2003/09/08 20:49:26

  Modified:    build    dbm.m4
  Log:
  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
  1.4       +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.4
  diff -u -u -r1.3 -r1.4
  --- dbm.m4	31 Aug 2003 15:27:23 -0000	1.3
  +++ dbm.m4	9 Sep 2003 03:49:26 -0000	1.4
  @@ -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