Fixed actual loop in add_wrapper ;-)
[awesomized/libmemcached] / configure.ac
index 57ce53ffdfe9e8370c10e381a0a060b79051eb6b..03f9f58cabac3bce9866aac54fa2a16c8e37b90c 100644 (file)
@@ -7,7 +7,7 @@ MEMCACHED_LIBRARY_NAME=libmemcached
 
 #release versioning
 MEMCACHED_MAJOR_VERSION=0
-MEMCACHED_MINOR_VERSION=25
+MEMCACHED_MINOR_VERSION=26
 MEMCACHED_MICRO_VERSION=0
 
 #API version
@@ -66,7 +66,6 @@ sinclude(config/memcached.m4)
 sinclude(config/setsockopt.m4)
 
 # We only support GCC and Sun's forte at the moment
-CFLAGS="-DMEMCACHED_INTERNAL $CFLAGS"
 if test "$GCC" = "yes"
 then
   #CFLAGS="-W -std=iso9899:1999 -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O3 $CFLAGS"