summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c24aa43..8ec3b5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -646,7 +646,7 @@ fi
if $use_expat; then
with_xml=expat
- XML_CLAGS=-DUSE_EXPAT_H
+ XML_CFLAGS=-DUSE_EXPAT_H
XML_LIBS=-lexpat
fi
if $use_bsdxml; then