From: Manoj Kasichainula Date: Tue, 30 Nov 1999 03:07:32 +0000 (+0000) Subject: Some extra autoconf macros that might help us compile on "a POSIXized X-Git-Tag: 1.3.10~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8906cb9e2c60a7c8ea87282a3df0aa817aaf2509;p=apache Some extra autoconf macros that might help us compile on "a POSIXized ISC UNIX" or MINIX if someone ever tries to do it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84191 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 77460e0b6d..8d5a58f8e9 100644 --- a/configure.in +++ b/configure.in @@ -30,8 +30,10 @@ AC_PROG_INSTALL 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