X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=00ff4c6dcdad7a0ff9de241ddc2b9cc7a21724ba;hb=adae31b14a4ee6d25fd5690b7c3ae6814341ca29;hp=01daed83a0ae6d549f45fc7a99333881536eec9b;hpb=7a4a18c0f8f992328e087cfe516361d1ef9c2858;p=ptask.git diff --git a/configure.ac b/configure.ac index 01daed8..00ff4c6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,13 +4,14 @@ AC_PREREQ([2.64]) AC_INIT([ptask], [0.0.x],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) -AM_INIT_AUTOMAKE([-Wall -Werror gnu]) +AM_INIT_AUTOMAKE([-Wall gnu]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC +AC_PROG_CC_C99 AM_PROG_CC_C_O # Checks for header files.