X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=08acc61e198cccf363549079bd7bc35e0a2c4c95;hb=d0697649918adfb37f60986292cdf6692dc242d5;hp=f034b083cca806fa2d57490b1df0a6884779d737;hpb=5170f1e4d6a8567ab5eba6f154c30959e0b8f803;p=shibboleth%2Fsp.git diff --git a/configure.ac b/configure.ac index f034b08..08acc61 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_CHECK_LIB([xml2], [xmlInitParser],echo "foo" > /dev/null, AC_CHECK_HEADER([xmlsec/xmlsec.h],, AC_MSG_ERROR([unable to find xmlsec header files])) AC_CHECK_LIB([xmlsec], [xmlSecInit],echo "foo" > /dev/null, - AC_MSG_ERROR([unable to link with xmlsec])) + AC_MSG_ERROR([unable to link with xmlsec]), [-lxml2]) AC_CHECK_HEADER([log4cpp/Category.hh],, AC_MSG_ERROR([unable to find log4cpp header files]))