You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/05/03 20:45:56 UTC

cvs commit: apache-1.3/src Configure

rse         98/05/03 11:45:56

  Modified:    src      Configure
  Log:
  Patterns don't work inside ticks.
  
  Submitted by: Jens-Uwe Mager
  Reviewed by: Ralf S. Engelschall
  
  Revision  Changes    Path
  1.253     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.252
  retrieving revision 1.253
  diff -u -r1.252 -r1.253
  --- Configure	1998/05/02 11:15:08	1.252
  +++ Configure	1998/05/03 18:45:55	1.253
  @@ -1109,7 +1109,7 @@
   	    ;;
   	esac
   	;;
  -    'AIX 4.[123]')
  +    IBM?AIX?4.[123])
   	case $CC in
   	    */cc|cc ) 
   		CFLAGS="$CFLAGS -qnogenpcomp -qnousepcomp"