X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=configure.ac;h=cc8653e33a8a2c0c25eeaf609957811b4abf1fe7;hp=4b8bfde04f2c6b14e1c664e3405ba4a97d59a4ff;hb=HEAD;hpb=26311844916784cc0781b1a304b590dff5742fcb diff --git a/configure.ac b/configure.ac index 4b8bfde..cc8653e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -/AC_PREREQ([2.61]) -AC_INIT([mech_eap], [0.9], [bugs@project-moonshot.org]) +AC_PREREQ([2.61]) +AC_INIT([mech_eap], [1.0.1], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -14,8 +14,9 @@ LT_INIT([dlopen disable-static win32-dll]) 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_CHECK_HEADERS(stdarg.h stdio.h stdint.h sys/param.h stdlib.h) AC_REPLACE_FUNCS(vasprintf) +AC_CHECK_FUNCS([ secure_getenv]) dnl Check if we're on Solaris and set CFLAGS accordingly dnl AC_CANONICAL_TARGET