From b9c299ef6cb9a06d9733777b7b2a8b90ffca5aec Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 28 Dec 2013 23:52:53 -0800 Subject: [PATCH] Revert quoting of xcrun-related library. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 92741443fe7..d5ae13401cf 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 ])]) -- 2.39.2