]> 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:08 +0000 (14:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 20 Jun 2008 14:49:08 +0000 (14:49 +0000)
silences autoconf 2.62

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669919 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 9faa959a1a93d856fda1af67405937374797a0c3..752311c817de46b7e076010aeeed64989de4c072 100644 (file)
@@ -339,9 +339,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.