X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=b13f537ef02cbf9646fde26eb84722893c3b9c55;hb=1bb59a0a21523072d40afea808ebaf332192684c;hp=926f7f18a6eaa7ebe6358779bd1e9dfcf3244819;hpb=cb4ec411aa1c818e5e8ac14e8cc31b3d4b87a546;p=gnushogi.git diff --git a/configure.ac b/configure.ac index 926f7f1..b13f537 100644 --- a/configure.ac +++ b/configure.ac @@ -57,14 +57,14 @@ AC_CHECK_LIB(termcap, tgoto) if [[ $ac_cv_c_compiler_gnu = yes ]] then -WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic" -CEXTRAFLAGS="-fsigned-char -funroll-loops \$(HASH)" +WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi" +CEXTRAFLAGS="-fsigned-char -funroll-loops" # For profiling targets: -CEXTRAFLAGS2="-fsigned-char -pg -fprofile-arcs -ftest-coverage \$(HASH)" +CEXTRAFLAGS2="-fsigned-char -pg -fprofile-arcs -ftest-coverage" else # Who knows what warnings your compiler uses? WARNINGS= -CEXTRAFLAGS="\$(HASH)" +CEXTRAFLAGS= fi AC_SUBST(WARNINGS)