summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-15 22:55:25 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-15 22:55:25 +0000
commita4d93bdc07c01f05eb7c39a6fc6fe5c505e2c5fc (patch)
tree57066626cd8085137f9592d1d1d898fb069c83e5 /configure.ac
parentf1167112d926b189fe189599576e8588923f036c (diff)
fix typo
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@337 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80d8fe2..faea098 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,7 +169,7 @@ AC_ARG_ENABLE(expat,
esac],
[HAVE_EXPAT=yes])
-if test "x$HAVE_DBUS" = "xyes"; then
+if test "x$HAVE_EXPAT" = "xyes"; then
AC_CHECK_LIB(expat, XML_ParserCreate, [ AC_CHECK_HEADERS(expat.h, have_expat=true, have_expat=false) ], have_expat=false)
if ! $have_expat ; then