X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=e32ed01f7f8b1d33d042ed853bdc1b07e859ce6b;hb=30bfd5d86c9a82e62544296e5e5925e8ead3507d;hp=8393bef97777169356add2d8ab2b6b593aa2a245;hpb=28eeda76888461858a71e0b2eea0972b0568e23a;p=shibboleth%2Fcpp-opensaml.git diff --git a/configure.ac b/configure.ac index 8393bef..e32ed01 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,8 @@ AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) AM_INIT_AUTOMAKE -LT_INIT +AC_DISABLE_STATIC +AC_PROG_LIBTOOL # Docygen features DX_HTML_FEATURE(ON) @@ -36,7 +37,6 @@ AC_CONFIG_FILES([Makefile saml/Makefile samltest/Makefile samlsign/Makefile sche AC_PROG_CC([gcc gcc3 cc]) AC_PROG_CXX([g++ g++3 c++ CC]) -AC_DISABLE_STATIC AC_CANONICAL_HOST if test "$GCC" = "yes" ; then