From: William A. Rowe Jr Date: Fri, 20 Jun 2008 17:34:13 +0000 (+0000) Subject: Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60. X-Git-Tag: 2.2.10~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4229c97f8760d498e3055e8dc66d83aebe015803;p=thirdparty%2Fapache%2Fhttpd.git Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60. Submitted by: Arfrever Frehtes Taifersar Arahesis Backports: r670003 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@670004 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 64ddb418e4a..716efb89652 100644 --- a/configure.in +++ b/configure.in @@ -329,8 +329,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