X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=blobdiff_plain;f=configure.ac;h=5d94b892c8bcaa04a454dedc7f7fb53b2436cf18;hp=e852a7376fb0789b979cc8ea31e22dd53e04adfb;hb=34c2e0623a1a5606e400f80a826e05a28ffe522e;hpb=6ec68dbedbcb4225cfe8e29e32675cb0fa486b34 diff --git a/configure.ac b/configure.ac index e852a73..5d94b89 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ AC_CHECK_LIB([termcap], [tgoto]) if [[ $ac_cv_c_compiler_gnu = yes ]] then -WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi" +WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes" CEXTRAFLAGS="-fsigned-char -funroll-loops" else # Who knows what warnings your compiler uses?