You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ws...@locus.apache.org on 2000/09/26 01:45:56 UTC

cvs commit: apache-1.3 configure

wsanchez    00/09/25 16:45:55

  Modified:    .        configure
  Log:
  Use new Darwin layout
  
  Revision  Changes    Path
  1.125     +1 -1      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/configure,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- configure	2000/08/23 13:15:19	1.124
  +++ configure	2000/09/25 23:45:54	1.125
  @@ -341,7 +341,7 @@
   	iflags_dso="${iflags_dso} -S \"-S\""
   	;;
       *-apple-darwin*)
  -	default_layout="Mac OS X Server"
  +	default_layout="Darwin"
   	iflags_core="${iflags_core} -S \"-S\"" 
   	iflags_dso="${iflags_dso} -S \"-S\""
   	;;