add 'save to file' ability to memcat
[m6w6/libmemcached] / configure.ac
index be8e625f0884f608d02739d47f026ba96933158b..19bc4bb53f8a1096feab19bda5c0344362e3ee0b 100644 (file)
@@ -7,7 +7,7 @@
 # the COPYING file in this directory for full text.
 
 AC_PREREQ(2.59)
-AC_INIT([libmemcached],[0.38],[http://tangent.org/552/libmemcached.html])
+AC_INIT([libmemcached],[0.40],[http://libmemcached.org/])
 AC_CONFIG_SRCDIR([libmemcached/memcached.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER([config.h])
@@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
 PANDORA_CANONICAL_TARGET
 
 #shared library versioning
-MEMCACHED_LIBRARY_VERSION=4:0:0
+MEMCACHED_LIBRARY_VERSION=5:0:0
 #                         | | |
 #                  +------+ | +---+
 #                  |        |     |
@@ -54,7 +54,6 @@ WITH_MEMCACHED
 ENABLE_DEPRECATED
 PANDORA_HAVE_LIBINNODB
 PANDORA_PRINT_CALLSTACK
-DETECT_BITFIELD
 PANDORA_HAVE_SASL
 
 dnl The sasl functions should only be visible if we build with sasl support