X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=c24aa43dc748a534fe60ce5f0c1b80b9a94522bb;hb=6fe4d96bd69e56131a48e1431bdb06f5b22bace0;hp=7dc41700385761214e67eaf201b2ae0fb1bab455;hpb=0cbfefdb155c5b79f63ebb19196e783c4cb48afc;p=catta 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