summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2008-06-20 14:49:08 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2008-06-20 14:49:08 +0000
commit1f703b340b4fb46d4c5ebaace553c0d3392a8787 (patch)
treea3d1b506215101b906138d6d51ba324efc966068 /configure.in
parentb8684d409b04ccbdc420bf6f70ab5ccbad38bf63 (diff)
downloadhttpd-1f703b340b4fb46d4c5ebaace553c0d3392a8787.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9faa959a1a..752311c817 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.