From: Lennart Poettering Date: Sun, 16 Dec 2007 20:28:28 +0000 (+0000) Subject: fix bash compatibility X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=6fe4d96bd69e56131a48e1431bdb06f5b22bace0 fix bash compatibility git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1586 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- 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