diff options
| author | Paul Eggert | 2013-12-28 23:52:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-28 23:52:53 -0800 |
| commit | b9c299ef6cb9a06d9733777b7b2a8b90ffca5aec (patch) | |
| tree | c768582e00bce9e7ddc6794c7a022d1248498a6a | |
| parent | 45bd2734b184382f7997dccb9363ed88a5a66542 (diff) | |
| download | emacs-b9c299ef6cb9a06d9733777b7b2a8b90ffca5aec.tar.gz emacs-b9c299ef6cb9a06d9733777b7b2a8b90ffca5aec.zip | |
Revert quoting of xcrun-related library.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 3296 | # Built-in libxml2 on OS X 10.8 lacks libxml-2.0.pc. | 3296 | # Built-in libxml2 on OS X 10.8 lacks libxml-2.0.pc. |
| 3297 | if test "${HAVE_LIBXML2}" != "yes" -a "$opsys" = "darwin"; then | 3297 | if test "${HAVE_LIBXML2}" != "yes" -a "$opsys" = "darwin"; then |
| 3298 | SAVE_CPPFLAGS="$CPPFLAGS" | 3298 | SAVE_CPPFLAGS="$CPPFLAGS" |
| 3299 | CPPFLAGS=$CPPFLAGS' -I"$xcsdkdir"/usr/include/libxml2' | 3299 | CPPFLAGS="$CPPFLAGS -I$xcsdkdir/usr/include/libxml2" |
| 3300 | AC_CHECK_HEADER(libxml/HTMLparser.h, | 3300 | AC_CHECK_HEADER(libxml/HTMLparser.h, |
| 3301 | [AC_CHECK_DECL(HTML_PARSE_RECOVER, HAVE_LIBXML2=yes, , | 3301 | [AC_CHECK_DECL(HTML_PARSE_RECOVER, HAVE_LIBXML2=yes, , |
| 3302 | [#include <libxml/HTMLparser.h>])]) | 3302 | [#include <libxml/HTMLparser.h>])]) |