X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=7367fb3a8e56198bc3a06c54427e04203a0e5890;hb=23b09a79854b8effa25424e90c16bf88fd85d8e2;hp=ecee9584fea4d18bd6471e0ff408591f07b7b26a;hpb=6666c5b7d3130a32dc4398a3548314504bbf8883;p=shibboleth%2Fopensaml2.git diff --git a/configure.ac b/configure.ac index ecee958..7367fb3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.50]) AC_INIT([opensaml], [2.0], [mace-opensaml-users@internet2.edu], [saml]) AM_CONFIG_HEADER(config.h) -AM_CONFIG_HEADER(saml/config_pub.h) +#AM_CONFIG_HEADER(saml/config_pub.h) AM_INIT_AUTOMAKE([opensaml], [2.0]) sinclude(doxygen.m4) @@ -161,7 +161,7 @@ LIBS="-lxmltooling $LIBS" AC_CHECK_HEADER([xmltooling/XMLToolingConfig.h],,AC_MSG_ERROR([unable to find xmltooling header files])) AC_TRY_LINK( [#include ], - [XMLToolingConfig::getConfig().init()], + [xmltooling::XMLToolingConfig::getConfig().init()], [AC_DEFINE(HAVE_LIBXMLTOOLING,1,[Define if XML-Tooling library was found])], [AC_MSG_ERROR([unable to link with xmltooling library])] )