You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by la...@locus.apache.org on 2000/04/16 04:29:09 UTC

cvs commit: apache-1.3/src Configure

lars        00/04/15 19:29:09

  Modified:    src      Configure
  Log:
  Make FreeBSD 5.0-CURRENT known to the Configure script.
  
  PR: 5902
  Submitted by: Lars
  
  Revision  Changes    Path
  1.396     +2 -2      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.395
  retrieving revision 1.396
  diff -u -r1.395 -r1.396
  --- Configure	2000/04/01 05:02:04	1.395
  +++ Configure	2000/04/16 02:29:08	1.396
  @@ -467,7 +467,7 @@
       	PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
   	OS="FreeBSD $PLATOSVERS"
   	case "$PLATOSVERS" in
  -	    [234]*)
  +	    [2345]*)
   		DEF_WANTHSREGEX=no
   		CFLAGS="$CFLAGS -funsigned-char"
   		;;
  @@ -1043,7 +1043,7 @@
   	    LDFLAGS_SHLIB_EXPORT=""
   	    SHLIB_SUFFIX_DEPTH=2
   	    ;;
  -	*-freebsd3*|*-freebsd4*)
  +	*-freebsd3*|*-freebsd4*|*-freebsd5*)
   		LD_SHLIB="gcc"
   	    CFLAGS_SHLIB="-fpic"
   	    LDFLAGS_SHLIB="-shared"