You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/03/18 20:59:11 UTC

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

Author: trawick
Date: Fri Mar 18 19:59:11 2011
New Revision: 1083030

URL: http://svn.apache.org/viewvc?rev=1083030&view=rev
Log:
fix r1083023:

add errorchecking for missing expat, not needed when we
had builtin expat for a fallback


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=1083030&r1=1083029&r2=1083030&view=diff
==============================================================================
--- apr/apr/trunk/build/apu-conf.m4 (original)
+++ apr/apr/trunk/build/apu-conf.m4 Fri Mar 18 19:59:11 2011
@@ -146,6 +146,7 @@ AC_ARG_WITH([expat],
 ])
 
 APU_SYSTEM_EXPAT
+test ${apu_has_expat} != "1" && AC_MSG_ERROR(could not find Expat)
 
 APR_ADDTO(APRUTIL_EXPORT_LIBS, [$apu_expat_libs])
 APR_ADDTO(LIBS, [$apu_expat_libs])