X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=configure.ac;h=cbb03e6d359af0491e0e638bc7569b6716eb3d21;hp=bf53cbfa04a302900c403f11b42735c103ed5010;hb=fc51c80cb50454ac8f662f076445e9aa36875ddf;hpb=37a76385e21002c354fb8cb7db2ccd95fea62173 diff --git a/configure.ac b/configure.ac index bf53cbf..cbb03e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ 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_INIT_AUTOMAKE([opensaml], [2.0]) sinclude(doxygen.m4) @@ -241,14 +240,6 @@ AC_TRY_LINK( [AC_MSG_ERROR([unable to link with xmltooling library])] ) -# Does the STL in use help or screw us? -AC_TRY_LINK( - [#include ], - [std::basic_string foo; foo=foo+(unsigned short)65], - [AC_DEFINE(HAVE_GOOD_STL,1, - [Define if you have an STL implementation that supports useful string specialization.])], - ) - # Check for unit test support CXXTEST="/usr/bin/cxxtestgen.pl" CXXTESTFLAGS=""