You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2009/03/25 14:17:59 UTC

svn commit: r758245 - /apr/apr/trunk/configure.in

Author: jorton
Date: Wed Mar 25 13:17:54 2009
New Revision: 758245

URL: http://svn.apache.org/viewvc?rev=758245&view=rev
Log:
* configure.in: Pick up includes from DBD macros.

Modified:
    apr/apr/trunk/configure.in

Modified: apr/apr/trunk/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?rev=758245&r1=758244&r2=758245&view=diff
==============================================================================
--- apr/apr/trunk/configure.in (original)
+++ apr/apr/trunk/configure.in Wed Mar 25 13:17:54 2009
@@ -2492,6 +2492,7 @@
 dnl Prep all the flags and stuff for compilation and export to other builds
 dnl
 APR_ADDTO(LIBS, [$APRUTIL_LIBS])
+APR_ADDTO(INCLUDES, [$APRUTIL_PRIV_INCLUDES])
 
 AC_SUBST(APRUTIL_PRIV_INCLUDES)
 AC_SUBST(APRUTIL_INCLUDES)