From: Jeff Trawick Date: Wed, 18 Jul 2012 18:15:25 +0000 (+0000) Subject: fix APREQ declarations for MinGW builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2517234d30c03af74587f20d2663f93678408fc3;p=thirdparty%2Fapache%2Fhttpd.git fix APREQ declarations for MinGW builds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363033 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 6611e2c018d..4ae175106b2 100644 --- a/configure.in +++ b/configure.in @@ -351,6 +351,7 @@ case $host in ;; *mingw32*) APR_ADDTO(INTERNAL_CPPFLAGS, [-DAP_DECLARE_EXPORT]) + APR_ADDTO(INTERNAL_CPPFLAGS, [-DAPREQ_DECLARE_EXPORT]) APR_SETIFNULL(ac_cv_func_times, [no]) APR_SETIFNULL(ac_cv_func_getpwnam, [no]) APR_SETIFNULL(ac_cv_func_getgrnam, [no])