xmlsec requires xml2 -- required to get "make distcheck" to work. Make distcheck
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 7 Apr 2003 20:12:06 +0000 (20:12 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 7 Apr 2003 20:12:06 +0000 (20:12 +0000)
now works, and the package DOES appear to include the ONCRPC tree :)

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@357 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index f034b08..08acc61 100644 (file)
@@ -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]))