X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=c1b4b222f735afd59999582286979fdb560c2f42;hb=0918f45e3391b92f96e8c24d5def1863ceb937e2;hp=c47a5cf14aa60a4d992dfc3a947808ff9e40e31d;hpb=b2626dc8a0eb39f91cb4c2d4bea1ca7998c470cd;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index c47a5cf1..c1b4b222 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # Use and distribution licensed under the BSD license. See # the COPYING file in this directory for full text. -AC_INIT([libmemcached],[1.01],[http://libmemcached.org/]) +AC_INIT([libmemcached],[1.0.2],[http://libmemcached.org/]) AC_CONFIG_AUX_DIR(config) @@ -148,6 +148,12 @@ AC_TYPE_UINT32_T AC_TYPE_UINT64_T AC_TYPE_UINT8_T +AC_C_BIGENDIAN +AC_C_CONST +AC_C_INLINE +AC_C_VOLATILE +AC_C_RESTRICT + dnl The sasl functions should only be visible if we build with sasl support AS_IF([test "x$ac_cv_sasl" = "xyes"], [