You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/02/05 22:18:04 UTC

cvs commit: apr/build apr_common.m4

jorton      2004/02/05 13:18:04

  Modified:    build    apr_common.m4
  Log:
  * build/apr_common.m4 (APR_CONFIG_NICE): Preserve LTFLAGS setting.
  
  Revision  Changes    Path
  1.58      +3 -0      apr/build/apr_common.m4
  
  Index: apr_common.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_common.m4,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -b -d -u -r1.57 -r1.58
  --- apr_common.m4	17 Nov 2003 13:29:34 -0000	1.57
  +++ apr_common.m4	5 Feb 2004 21:18:04 -0000	1.58
  @@ -26,6 +26,9 @@
     if test -n "$LDFLAGS"; then
       echo "LDFLAGS=\"$LDFLAGS\"; export LDFLAGS" >> $1
     fi
  +  if test -n "$LTFLAGS"; then
  +    echo "LTFLAGS=\"$LTFLAGS\"; export LTFLAGS" >> $1
  +  fi
     if test -n "$LIBS"; then
       echo "LIBS=\"$LIBS\"; export LIBS" >> $1
     fi