You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/05/29 16:44:26 UTC

svn commit: r780001 - /httpd/httpd/branches/2.0.x/configure.in

Author: wrowe
Date: Fri May 29 14:44:26 2009
New Revision: 780001

URL: http://svn.apache.org/viewvc?rev=780001&view=rev
Log:
not likely to release except security, but fix broken platform autogunk

Modified:
    httpd/httpd/branches/2.0.x/configure.in

Modified: httpd/httpd/branches/2.0.x/configure.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/configure.in?rev=780001&r1=780000&r2=780001&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/configure.in (original)
+++ httpd/httpd/branches/2.0.x/configure.in Fri May 29 14:44:26 2009
@@ -263,10 +263,15 @@
 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