Fixed actual loop in add_wrapper ;-)
[awesomized/libmemcached] / configure.ac
index 515502f10d212c150958a2f8569ff3bd80358255..03f9f58cabac3bce9866aac54fa2a16c8e37b90c 100644 (file)
@@ -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"