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

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

dreid       00/09/15 07:52:52

  Modified:    src/lib/apr hints.m4
  Log:
  Update the hints.m4 file for which MPM to use.
  
  Revision  Changes    Path
  1.17      +6 -5      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- hints.m4	2000/08/23 20:16:27	1.16
  +++ hints.m4	2000/09/15 14:52:51	1.17
  @@ -379,11 +379,12 @@
   	APR_SETVAR(APACHE_MPM, [mpmt_beos])
   	PLATOSVERS=`uname -r`
   	case $PLATOSVERS in
  -		5.1)
  -			APR_ADDTO(CPPFLAGS, [-I/boot/develop/headers/bone])
  -			APR_ADDTO(LDFLAGS, [-nodefaultlibs -L/boot/develop/lib/x86 -L/boot/beos/system/lib])
  -			APR_SETIFNULL(EXTRA_LIBS, [-lbind -lsocket -lbe -lroot])
  -			;;
  +            5.1)
  +                APR_ADDTO(CPPFLAGS, [-I/boot/develop/headers/bone])
  +                APR_ADDTO(LDFLAGS, [-nodefaultlibs -L/boot/develop/lib/x86 -L/boot/beos/system/lib])
  +                APR_SETIFNULL(EXTRA_LIBS, [-lbind -lsocket -lbe -lroot])
  +                APR_SETVAR(APACHE_MPM, [beos])
  +                ;;
   	esac
   	;;
       4850-*.*)