X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=33968234713e0a46ff656bacf425461ac2cc1cbc;hb=88d4a911457b86d76908dd8ee25cc47ef2fe6aa9;hp=53a377fe2f248aa087102c029ac724a2c5798913;hpb=6728560401a22513074f2f7c4b2060abc3fbea98;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index 53a377fe..33968234 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ sinclude(config/protocol_binary.m4) CFLAGS="-DMEMCACHED_INTERNAL $CFLAGS" if test "$GCC" = "yes" then - CFLAGS="-W -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O3 $CFLAGS" + CFLAGS="-W -std=iso9899:1999 -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O3 $CFLAGS" if test "$ENABLE_DEBUG" = "yes" then