Code

src/Makefile: Print some useful information after a successful built.
[lm2latex.git] / configure.ac
index 31d2f0378bd5d4439d5fe8c37e472874f18cbb9e..5f4f758b8dd650f7fd803eb63ad2e68e63097737 100644 (file)
@@ -160,8 +160,7 @@ if test "x$enable_strict_checks" = "xyes"; then
                        -Wmissing-prototypes \
                        -Wpointer-arith \
                        -Wshadow \
-                       -Wstrict-prototypes \
-                       -Wunreachable-code; do
+                       -Wstrict-prototypes; do
                AC_MSG_CHECKING([whether $CC accepts $flag])
 
                if test_cc_flags $flag; then