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:56:19 UTC

svn commit: r758261 - /apr/apr/trunk/build/apu-conf.m4

Author: jorton
Date: Wed Mar 25 13:56:15 2009
New Revision: 758261

URL: http://svn.apache.org/viewvc?rev=758261&view=rev
Log:
* build/apu-conf.m4 (APU_FIND_EXPAT): Do add to LDFLAGS for the
  --with-expat=/blah case; accidentally removed in r758253.

Modified:
    apr/apr/trunk/build/apu-conf.m4

Modified: apr/apr/trunk/build/apu-conf.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apu-conf.m4?rev=758261&r1=758260&r2=758261&view=diff
==============================================================================
--- apr/apr/trunk/build/apu-conf.m4 (original)
+++ apr/apr/trunk/build/apu-conf.m4 Wed Mar 25 13:56:15 2009
@@ -146,6 +146,7 @@
     # Add given path to standard search paths if appropriate:
     if test "$withval" != "/usr"; then
       APR_ADDTO(INCLUDES, [-I$withval/include])
+      APR_ADDTO(LDFLAGS, [-L$withval/lib])
     fi
     # ...and refuse to fall back on the builtin expat.
     apu_try_builtin_expat=0