mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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
This commit is contained 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
|
||||
|
||||
|
Reference in New Issue
Block a user