summaryrefslogtreecommitdiff
path: root/src/libcroco-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcroco-config.h.in')
-rw-r--r--src/libcroco-config.h.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libcroco-config.h.in b/src/libcroco-config.h.in
index e817cd8..7f2e217 100644
--- a/src/libcroco-config.h.in
+++ b/src/libcroco-config.h.in
@@ -12,7 +12,6 @@
#endif
#endif
-#if @CROCO_HAVE_LIBXML2@
-#define CROCO_HAVE_LIBXML2 @CROCO_HAVE_LIBXML2@
+#ifndef CROCO_HAVE_LIBXML2
+#define CROCO_HAVE_LIBXML2 (1)
#endif
-