diff --git a/configure.ac b/configure.ac index 1885981a..933bc1ee 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,9 @@ MY_WITH_READLINE ### Checks for typedefs, structures, and compiler characteristics +if test "$GCC" +then + # Enable useful warnings # Some of them are commented out because the code needs cleanup first # Clang needs to be tested with -Werror=unknown-warning-option @@ -168,6 +171,8 @@ main(int argc, char *argv[]) } ]])]) +fi # $GCC + ### Checks for library functions