You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/07/16 01:27:55 UTC

cvs commit: apache-1.3/src Configure

fielding    00/07/15 16:27:55

  Modified:    src      Configure
  Log:
  Fix problem matching Configure guessos value for HP-UX 10.
  
  PR: 6015
  Submitted by:	Victor J. Orlikowski
  
  Revision  Changes    Path
  1.400     +3 -3      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.399
  retrieving revision 1.400
  diff -u -r1.399 -r1.400
  --- Configure	2000/06/15 13:01:34	1.399
  +++ Configure	2000/07/15 23:27:55	1.400
  @@ -349,14 +349,14 @@
   	OS='HI-UX'
   	CFLAGS="$CFLAGS -DHIUX"
   	;;
  -    *-hp-hpux11.*)
  +    *-hp*-hpux11.*)
   	OS='HP-UX 11'
   	CFLAGS="$CFLAGS -DHPUX11"
   	RANLIB="/bin/true"
   	LIBS="$LIBS -lm -lpthread"
   	DEF_WANTHSREGEX=yes
   	;;
  -    *-hp-hpux10.*)
  +    *-hp*-hpux10.*)
   	OS='HP-UX 10'
   	CFLAGS="$CFLAGS -DHPUX10"
   	RANLIB="/bin/true"
  @@ -369,7 +369,7 @@
    	esac
   	DEF_WANTHSREGEX=yes
   	;;
  -    *-hp-hpux*)
  +    *-hp*-hpux*)
   	OS='HP-UX'
   	CFLAGS="$CFLAGS -DHPUX"
   	RANLIB="/bin/true"