diff options
| -rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -365,7 +365,9 @@ cat > $test.c << EOF | |||
| 365 | int foo() { return 0; } | 365 | int foo() { return 0; } |
| 366 | EOF | 366 | EOF |
| 367 | echo "Checking for obsessive-compulsive compiler options..." >> configure.log | 367 | echo "Checking for obsessive-compulsive compiler options..." >> configure.log |
| 368 | if ! try $CC -c $CFLAGS $test.c; then | 368 | if try $CC -c $CFLAGS $test.c; then |
| 369 | : | ||
| 370 | else | ||
| 369 | echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log | 371 | echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log |
| 370 | leave 1 | 372 | leave 1 |
| 371 | fi | 373 | fi |
