X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=14699f9eb65a2a01413147df25c35443fb430305;hb=6ecf1d642ff802e86580934db14089e7b8bf0fb1;hp=57ce53ffdfe9e8370c10e381a0a060b79051eb6b;hpb=6dbe9f6cd35e445cf3122d80bd7814370ded2aa0;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index 57ce53ff..14699f9e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ MEMCACHED_LIBRARY_NAME=libmemcached #release versioning MEMCACHED_MAJOR_VERSION=0 -MEMCACHED_MINOR_VERSION=25 +MEMCACHED_MINOR_VERSION=28 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"