aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2013-12-28 23:52:53 -0800
committerPaul Eggert <[email protected]>2013-12-28 23:52:53 -0800
commitb9c299ef6cb9a06d9733777b7b2a8b90ffca5aec (patch)
treec768582e00bce9e7ddc6794c7a022d1248498a6a /configure.ac
parent45bd2734b184382f7997dccb9363ed88a5a66542 (diff)
Revert quoting of xcrun-related library.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 92741443fe..d5ae13401c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3296,7 +3296,7 @@ if test "${with_xml2}" != "no"; then
# Built-in libxml2 on OS X 10.8 lacks libxml-2.0.pc.
if test "${HAVE_LIBXML2}" != "yes" -a "$opsys" = "darwin"; then
SAVE_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS=$CPPFLAGS' -I"$xcsdkdir"/usr/include/libxml2'
+ CPPFLAGS="$CPPFLAGS -I$xcsdkdir/usr/include/libxml2"
AC_CHECK_HEADER(libxml/HTMLparser.h,
[AC_CHECK_DECL(HTML_PARSE_RECOVER, HAVE_LIBXML2=yes, ,
[#include <libxml/HTMLparser.h>])])