From: William A. Rowe Jr Date: Fri, 20 Jun 2008 17:33:15 +0000 (+0000) Subject: Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60. X-Git-Tag: 2.3.0~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18c17724544464260d0a74f9212dc80843f399d5;p=apache Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60. Submitted by: Arfrever Frehtes Taifersar Arahesis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670003 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 752311c817..d5cdd17de2 100644 --- a/configure.in +++ b/configure.in @@ -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