X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=configure.ac;h=99f2220193fb7f9549697bceb102137f3bf550c4;hp=b85bf182d2f2aca183bce0a4fe07fda0b8b40b35;hb=94a54f75bfc4b0c798e760d0f81ad9c9ba37869c;hpb=4bf305a9fca9a18221833f870d691044988fdc91 diff --git a/configure.ac b/configure.ac index b85bf18..99f2220 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.5.1],[https://issues.shibboleth.net/],[opensaml]) +AC_INIT([opensaml],[2.5.4],[https://issues.shibboleth.net/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -70,7 +70,6 @@ AC_HEADER_DIRENT # Checks for library functions. AC_CHECK_FUNCS([strchr strdup strstr]) -AC_CHECK_SIZEOF(time_t) # checks for pthreads ACX_PTHREAD([enable_threads="pthread"],[enable_threads="no"])