manoj       99/11/29 19:07:34

  Modified:    src      configure.in
  Log:
  Some extra autoconf macros that might help us compile on "a POSIXized
  ISC UNIX" or MINIX if someone ever tries to do it.
  
  Revision  Changes    Path
  1.3       +3 -1      apache-2.0/src/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -u -r1.2 -r1.3
  --- configure.in      1999/11/30 02:40:56     1.2
  +++ configure.in      1999/11/30 03:07:32     1.3
  @@ -30,8 +30,10 @@
   dnl AC_PROG_RANLIB
   dnl AC_PATH_PROG(PERL_PATH, perl)
   
  -dnl info autoconf says AIX needs this. Okay.
  +dnl various OS checks that apparently set required flags
   AC_AIX
  +AC_ISC_POSIX
  +AC_MINIX
   
   dnl ## Check for libraries
   
  
  
  

Reply via email to