From: William A. Rowe Jr Date: Fri, 29 May 2009 14:44:26 +0000 (+0000) Subject: not likely to release except security, but fix broken platform autogunk X-Git-Tag: 2.0.64~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6865396c3807b7857d1bcfd2fda850cfe1f31888;p=thirdparty%2Fapache%2Fhttpd.git not likely to release except security, but fix broken platform autogunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@780001 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 9f547ab1113..1a95076180b 100644 --- a/configure.in +++ b/configure.in @@ -263,10 +263,15 @@ AC_PROG_LN_S AC_CHECK_TOOL(RANLIB, ranlib, true) dnl AC_PATH_PROG(PERL_PATH, perl) -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_ISC_POSIX AC_MINIX +]) + +AC_ISC_POSIX dnl ## Check for libraries