]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
AC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX and
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 20 Jun 2008 14:49:22 +0000 (14:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 20 Jun 2008 14:49:22 +0000 (14:49 +0000)
silences autoconf 2.62

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@669920 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 434a43ec8f7956fccee917e174a382d99ab2be82..64ddb418e4a955e5b8cd00dee5715dbae23f16b0 100644 (file)
@@ -330,9 +330,8 @@ APACHE_SUBST(MKINSTALLDIRS)
 APACHE_SUBST(INSTALL)
 
 dnl various OS checks that apparently set required flags
-AC_AIX
+AC_USE_SYSTEM_EXTENSIONS
 AC_ISC_POSIX
-AC_MINIX
 
 # Ensure that satisfactory versions of apr and apr-util are 
 # found if external copies are configured.