summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2009-01-18 21:26:13 +0000
committerkwaclaw <kwaclaw>2009-01-18 21:26:13 +0000
commite83a82a40eb32351897baa89a6cdce3ba29a20d9 (patch)
tree07a7f271c11fe3e3a27428b20825cd71fe0f0a8f
parent3b8b0df42355f3918c6279920ebb5d39735514c8 (diff)
downloadlibexpat-e83a82a40eb32351897baa89a6cdce3ba29a20d9.tar.gz
Applied patch originating from Debian (http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch?op=file&rev=0&sc=0).
-rw-r--r--conftools/expat.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/conftools/expat.m4 b/conftools/expat.m4
index e5d4871..57e579b 100644
--- a/conftools/expat.m4
+++ b/conftools/expat.m4
@@ -7,7 +7,7 @@ dnl If --with-expat has not been specified, set with_expat to 'no'.
dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
dnl This is necessary to adapt a whole lot of packages that have expat
dnl bundled as a static library.
-AC_DEFUN(AM_WITH_EXPAT,
+AC_DEFUN([AM_WITH_EXPAT],
[ AC_ARG_WITH(expat,
[ --with-expat=PREFIX Use system Expat library],
, with_expat=no)