You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Roy Fielding <fi...@hyperreal.com> on 1996/12/03 02:06:13 UTC

cvs commit: apache/src Configure

fielding    96/12/02 17:06:12

  Modified:    src       Configure
  Log:
  Add what is needed to compile Apache on SunOS 4.
  
  Revision  Changes    Path
  1.38      +2 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -C3 -r1.37 -r1.38
  *** Configure	1996/11/20 06:04:29	1.37
  --- Configure	1996/12/03 01:06:11	1.38
  ***************
  *** 244,250 ****
    	;;
        *-sunos4*)
    	OS='SunOS 4'
  ! 	CFLAGS="$CFLAGS -DSUNOS4"
    	;;
        *-unixware*)
    	DEF_WANTHSREGEX=yes
  --- 244,251 ----
    	;;
        *-sunos4*)
    	OS='SunOS 4'
  ! 	CFLAGS="$CFLAGS -DSUNOS4 -DUSEBCOPY"
  ! 	DEF_WANTHSREGEX=yes
    	;;
        *-unixware*)
    	DEF_WANTHSREGEX=yes