You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@locus.apache.org on 2000/05/03 02:37:05 UTC

cvs commit: apache-2.0/src/lib/apr hints.m4

jim         00/05/02 17:37:04

  Modified:    src/lib/apr hints.m4
  Log:
  Minor fluff... Nice to note what system is
  being preloaded, just in case :)
  
  Revision  Changes    Path
  1.2       +1 -1      apache-2.0/src/lib/apr/hints.m4
  
  Index: hints.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/hints.m4,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hints.m4	2000/05/03 00:00:54	1.1
  +++ hints.m4	2000/05/03 00:37:03	1.2
  @@ -32,9 +32,9 @@
   dnl Preload various ENV/makefile paramsm such as CC, CFLAGS, etc
   dnl based on outside knowledge
   AC_DEFUN(APR_PRELOAD, [
  -echo "Applying hints file rules"
   PLAT=`$ac_config_guess`
   PLAT=`$ac_config_sub $PLAT`
  +echo "Applying hints file rules for $PLAT"
   
   case "$PLAT" in
       *mint)