From: William A. Rowe Jr Date: Fri, 20 Jun 2008 14:49:08 +0000 (+0000) Subject: AC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX and X-Git-Tag: 2.3.0~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f703b340b4fb46d4c5ebaace553c0d3392a8787;p=thirdparty%2Fapache%2Fhttpd.git AC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX and silences autoconf 2.62 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669919 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 9faa959a1a9..752311c817d 100644 --- a/configure.in +++ b/configure.in @@ -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.