diff options
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ad4d3a164..76f2b1a59 100644 --- a/configure.ac +++ b/configure.ac @@ -440,7 +440,7 @@ fi  echo -n "checking if libxml2 is present... "  PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.6.19], -                  [echo "yes (features requiring libxml2 enabled)"  AC_DEFINE(HAVE_LIB_XML, 1, [define if libxml2 is present])], +                  [echo "yes (features requiring libxml2 enabled)"  AC_DEFINE([HAVE_LIB_XML], [1], [define if libxml2 is present])],                    [echo "no"] )  AC_SUBST(LIBXML2_CFLAGS)  | 
