From a4d93bdc07c01f05eb7c39a6fc6fe5c505e2c5fc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Aug 2005 22:55:25 +0000 Subject: fix typo git-svn-id: file:///home/lennart/svn/public/avahi/trunk@337 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit