You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/02/13 20:07:34 UTC

cvs commit: apr apr_common.m4

trawick     01/02/13 11:07:34

  Modified:    .        apr_common.m4
  Log:
  tweak APR_TRY_COMPILE_NO_WARNING so that stderr from the compiler is
  saved in config.log instead of polluting the configure output
  
  Revision  Changes    Path
  1.15      +1 -1      apr/apr_common.m4
  
  Index: apr_common.m4
  ===================================================================
  RCS file: /home/cvs/apr/apr_common.m4,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- apr_common.m4	2001/02/09 19:23:05	1.14
  +++ apr_common.m4	2001/02/13 19:07:34	1.15
  @@ -22,7 +22,7 @@
   ; return 0; }
   EOTEST
   changequote([, ])
  -if ${CC-cc} -c $CFLAGS $CPPFLAGS $apr_tcnw_flags conftest.$ac_ext 1>&AC_FD_CC ; then
  +if ${CC-cc} -c $CFLAGS $CPPFLAGS $apr_tcnw_flags conftest.$ac_ext 2>&AC_FD_CC ; then
     ifelse([$3], , :, [rm -rf conftest*
     $3])
   else