You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/05/22 12:00:22 UTC

svn commit: r408623 - /httpd/apreq/trunk/module/apache2/Makefile.am

Author: pgollucci
Date: Mon May 22 03:00:22 2006
New Revision: 408623

URL: http://svn.apache.org/viewvc?rev=408623&view=rev
Log:
mirror jorton's change over in mod_perl land

http://svn.apache.org/viewvc/perl/modperl/trunk/lib/Apache2/Build.pm?r1=290799&r2=357052&pathrev=357052

caused redefine errors now in --enable-maintainer-mode


Modified:
    httpd/apreq/trunk/module/apache2/Makefile.am

Modified: httpd/apreq/trunk/module/apache2/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/apache2/Makefile.am?rev=408623&r1=408622&r2=408623&view=diff
==============================================================================
--- httpd/apreq/trunk/module/apache2/Makefile.am (original)
+++ httpd/apreq/trunk/module/apache2/Makefile.am Mon May 22 03:00:22 2006
@@ -7,16 +7,7 @@
 pkgincludedir = `@APACHE2_APXS@ -q INCLUDEDIR`/@APREQ_LIBNAME@
 pkglibdir = `@APACHE2_APXS@ -q LIBEXECDIR`
 
-if MAINTAINER_MODE
-
-AM_CPPFLAGS = -DAP_HAVE_DESIGNATED_INITIALIZER @APACHE2_INCLUDES@ @APR_INCLUDES@
-
-else
-
 AM_CPPFLAGS = @APACHE2_INCLUDES@ @APR_INCLUDES@
-
-endif
-
 
 if BUILD_HTTPD