You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@locus.apache.org on 2000/05/03 02:48:55 UTC

cvs commit: apache-2.0/src configure.in

jim         00/05/02 17:48:55

  Modified:    src      configure.in
  Log:
  Blurf. Move the preload down a bit to
  ensure that the location of config.guess is set :)
  
  Revision  Changes    Path
  1.41      +4 -4      apache-2.0/src/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- configure.in	2000/05/03 00:09:05	1.40
  +++ configure.in	2000/05/03 00:48:54	1.41
  @@ -13,10 +13,6 @@
   APACHE_VERSION=$VERSION
   APACHE_SUBST(APACHE_VERSION)
   
  -dnl
  -dnl ## Preload our OS configuration
  -APR_PRELOAD
  -
   test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
   test "$prefix" = "NONE" && prefix='/usr/local'
   
  @@ -33,6 +29,10 @@
   
   dnl ## Run configure for packages Apache uses
   AC_CONFIG_SUBDIRS(lib/apr)
  +
  +dnl
  +dnl ## Preload our OS configuration
  +APR_PRELOAD
   
   dnl ## Check for programs