]> granicus.if.org Git - apache/commitdiff
Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 20 Jun 2008 17:33:15 +0000 (17:33 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 20 Jun 2008 17:33:15 +0000 (17:33 +0000)
Submitted by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>

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

configure.in

index 752311c817de46b7e076010aeeed64989de4c072..d5cdd17de2b46120cdc772f8e2e7614cc9001ddf 100644 (file)
@@ -338,8 +338,14 @@ INSTALL="\$(LIBTOOL) --mode=install \$(abs_srcdir)/build/install.sh -c"
 APACHE_SUBST(MKINSTALLDIRS)
 APACHE_SUBST(INSTALL)
 
-dnl various OS checks that apparently set required flags
+dnl Various OS checks that apparently set required flags
+ifdef([AC_USE_SYSTEM_EXTENSIONS], [
 AC_USE_SYSTEM_EXTENSIONS
+], [
+AC_AIX
+AC_MINIX
+])
+
 AC_ISC_POSIX
 
 # Ensure that satisfactory versions of apr and apr-util are