]> git.meshlink.io Git - catta/commitdiff
fix bash compatibility
authorLennart Poettering <lennart@poettering.net>
Sun, 16 Dec 2007 20:28:28 +0000 (20:28 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 16 Dec 2007 20:28:28 +0000 (20:28 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1586 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

configure.ac

index 7dc41700385761214e67eaf201b2ae0fb1bab455..c24aa43dc748a534fe60ce5f0c1b80b9a94522bb 100644 (file)
@@ -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