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/09/04 21:21:46 UTC

svn commit: r811524 - /httpd/mod_fcgid/trunk/configure.apxs

Author: wrowe
Date: Fri Sep  4 19:21:45 2009
New Revision: 811524

URL: http://svn.apache.org/viewvc?rev=811524&view=rev
Log:
When these features exist in ap_config.h - avoid redefining their value

Modified:
    httpd/mod_fcgid/trunk/configure.apxs

Modified: httpd/mod_fcgid/trunk/configure.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/configure.apxs?rev=811524&r1=811523&r2=811524&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/configure.apxs (original)
+++ httpd/mod_fcgid/trunk/configure.apxs Fri Sep  4 19:21:45 2009
@@ -70,27 +70,27 @@
 #
 #if make local-clean conftest_foofn >>../config.apxs.log 2>&1; then
 #  found_features="$found_features \
-#    -e \"s/^#undef \(HAVE_FOOFN\)[ \t]*/#define 1\1/;\""
+#    -e \"s/^#undef \(HAVE_FOOFN\)[ \t]*/#define \1 1/;\""
 #fi
 
 if make local-clean conftest_sys_file_h >>../config.apxs.log 2>&1; then
   found_features="$found_features \
-    -e \"s/^#undef \(HAVE_SYS_FILE_H\)[ \t]*/#define 1\1/;\""
+    -e \"s/^#undef \(HAVE_SYS_FILE_H\)[ \t]*/#define \1 1/;\""
 fi
 
 if make local-clean conftest_sys_mman_h >>../config.apxs.log 2>&1; then
   found_features="$found_features \
-    -e \"s/^#undef \(HAVE_SYS_MMAN_H\)[ \t]*/#define 1\1/;\""
+    -e \"s/^#undef \(HAVE_SYS_MMAN_H\)[ \t]*/#define \1 1/;\""
 fi
 
 if make local-clean conftest_sys_mutex_h >>../config.apxs.log 2>&1; then
   found_features="$found_features \
-    -e \"s/^#undef \(HAVE_SYS_MUTEX_H\)[ \t]*/#define 1\1/;\""
+    -e \"s/^#undef \(HAVE_SYS_MUTEX_H\)[ \t]*/#define \1 1/;\""
 fi
 
 if make local-clean conftest_sys_shm_h >>../config.apxs.log 2>&1; then
   found_features="$found_features \
-    -e \"s/^#undef \(HAVE_SYS_SHM_H\)[ \t]*/#define 1\1/;\""
+    -e \"s/^#undef \(HAVE_SYS_SHM_H\)[ \t]*/#define \1 1/;\""
 fi
 
 make local-distclean >>../config.apxs.log 2>&1