Update README with bug fix list.
[shibboleth/cpp-opensaml.git] / configure.ac
index bf53cbf..ca3b886 100644 (file)
@@ -1,8 +1,7 @@
 AC_PREREQ([2.50])
-AC_INIT([opensaml], [2.0], [mace-opensaml-users@internet2.edu], [saml])
+AC_INIT([opensaml], [2.1], [mace-opensaml-users@internet2.edu], [saml])
 AM_CONFIG_HEADER(config.h)
-#AM_CONFIG_HEADER(saml/config_pub.h)
-AM_INIT_AUTOMAKE([opensaml], [2.0])
+AM_INIT_AUTOMAKE([opensaml], [2.1])
 
 sinclude(doxygen.m4)
 sinclude(acx_pthread.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 <string>],
-    [std::basic_string<unsigned short> 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=""