X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=configure.ac;h=3d77b93cd9d725b425c600e126779606b70c133d;hp=b70e29e99124613d90e79a564585fedaa62ff3af;hb=5bf61a81066da96847e6317c00db9d4f96447db2;hpb=77eab72ae59381941a8dc46182e9a833fde87938 diff --git a/configure.ac b/configure.ac index b70e29e..3d77b93 100644 --- a/configure.ac +++ b/configure.ac @@ -2,16 +2,19 @@ AC_PREREQ([2.61]) AC_INIT([mech_eap], [0.1], [bugs@project-moonshot.org]) dnl AC_CONFIG_MACRO_DIR([m4]) dnl AM_INIT_AUTOMAKE([silent-rules]) +AC_USE_SYSTEM_EXTENSIONS +AC_GNU_SOURCE AM_INIT_AUTOMAKE +AM_PROG_CC_C_O +AM_MAINTAINER_MODE() LT_PREREQ([2.2]) -LT_INIT([dlopen disable-static]) +LT_INIT([dlopen disable-static win32-dll]) -AC_PROG_CC +dnl AC_PROG_CC AC_PROG_CXX AC_CONFIG_HEADERS([config.h]) AC_CHECK_HEADERS(stdarg.h stdio.h stdint.h sys/param.h) AC_REPLACE_FUNCS(vasprintf) -AC_GNU_SOURCE dnl Check if we're on Solaris and set CFLAGS accordingly dnl AC_CANONICAL_TARGET @@ -66,6 +69,7 @@ AM_CONDITIONAL(GSSEAP_ENABLE_ACCEPTOR, test "x$acceptor" != "xno") AC_SUBST(TARGET_CFLAGS) AC_SUBST(TARGET_LDFLAGS) +AX_CHECK_WINDOWS AX_CHECK_KRB5 AX_CHECK_OPENSAML AM_CONDITIONAL(OPENSAML, test "x_$check_opensaml_dir" != "x_no")