X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=de966c8074273ba8253ba3ad34f9a7052b02dde0;hb=c2c9d14f605d54ec6e7d24551fdfa2ceee7d7258;hp=19e56af84cd143fdf52086e0481c8903cbbd06ca;hpb=bcc7e71dd0d2c7d875ddb3583fd5ab2585304642;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index 19e56af8..de966c80 100644 --- a/configure.ac +++ b/configure.ac @@ -189,6 +189,7 @@ AM_CONDITIONAL([BUILD_CACHE],[test "x$build_cache" = "xyes"]) AX_COMPILER_VENDOR +AC_CHECK_TYPES([in_port_t]) AC_CHECK_TYPES([ptrdiff_t]) AC_HEADER_STDBOOL AC_TYPE_INT16_T @@ -218,6 +219,7 @@ AC_CHECK_LIB([rt],[clock_gettime], AC_DEFINE([HAVE_CLOCK_GETTIME],[1],[Have clock_gettime])], [AC_DEFINE([HAVE_CLOCK_GETTIME],[0],[Have clock_gettime])]) + # Check for the ability to call dlopen (used in libhostile) AX_DLOPEN @@ -312,7 +314,7 @@ echo " * Assertions enabled: $ax_enable_assert" echo " * Debug enabled: $ax_enable_debug" echo " * Shared: $enable_shared" echo " * Warnings as failure: $ac_cv_warnings_as_errors" -echo " * SASL support: $ax_sasl_option" +echo " * SASL support: $ac_enable_sasl" echo " * make -j: $enable_jobserver" echo " * VCS checkout: $ac_cv_vcs_checkout" echo ""