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/17 20:09:21 UTC

svn commit: r816316 - /httpd/mod_ftp/trunk/configure.apxs

Author: wrowe
Date: Thu Sep 17 18:09:20 2009
New Revision: 816316

URL: http://svn.apache.org/viewvc?rev=816316&view=rev
Log:
Add the HAVE_SYS_STAT_H test

Modified:
    httpd/mod_ftp/trunk/configure.apxs

Modified: httpd/mod_ftp/trunk/configure.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/configure.apxs?rev=816316&r1=816315&r2=816316&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/configure.apxs (original)
+++ httpd/mod_ftp/trunk/configure.apxs Thu Sep 17 18:09:20 2009
@@ -91,6 +91,11 @@
   fi
 fi
 
+if make local-clean conftest_sys_stat_h >>../config.apxs.log 2>&1; then
+  found_features="$found_features \
+    -e \"s/^#undef \(HAVE_SYS_STAT_H\)[ \t]*/#define \1 1/;\""
+fi
+
 if make conftest_struct_msghdr_msg_control >>../config.apxs.log 2>&1; then
   found_features="$found_features \
     -e \"s/^#undef \(HAVE_STRUCT_MSGHDR_MSG_CONTROL\)[ \t]*/#define \1 1/;\""