summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-12-16 20:28:28 +0000
committerLennart Poettering <lennart@poettering.net>2007-12-16 20:28:28 +0000
commit6fe4d96bd69e56131a48e1431bdb06f5b22bace0 (patch)
tree5deb9473c3da55596e7f8b65bf3b851b0bc9335f /configure.ac
parent0cbfefdb155c5b79f63ebb19196e783c4cb48afc (diff)
fix bash compatibility
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1586 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7dc4170..c24aa43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -621,6 +621,7 @@ AC_CHECK_LIB(expat, XML_ParserCreate, [ AC_CHECK_HEADERS(expat.h, have_expat=tru
AC_CHECK_LIB(bsdxml, XML_ParserCreate, [ AC_CHECK_HEADERS(bsdxml.h, have_bsdxml=true, have_bsdxml=false) ], have_bsdxml=false)
if test "x$with_xml" = "xnone"; then
+ :
elif test "x$with_xml" = "xexpat"; then
use_expat=true
if ! $have_expat ; then