]> git.marmaro.de Git - mmh/blobdiff - configure
Removed explicit definition of both SRCS *and* OBJS, and made OBJS simple
[mmh] / configure
index ea95842095dc4fdb2df8ee07c3a6f841b68753c8..f61647d60baa01a0856c294f7327347d7c99d8e7 100755 (executable)
--- a/configure
+++ b/configure
@@ -1063,7 +1063,7 @@ if test -n "$auto_cflags"; then
   else
     test -z "$LDFLAGS" && LDFLAGS=-s
     if test -n "$GCC"; then
-      test -z "$CFLAGS" && CFLAGS=-O2 || CFLAGS="$CFLAGS -O2"
+      test -z "$CFLAGS" && CFLAGS="-Wall -O2" || CFLAGS="$CFLAGS -Wall -O2"
     else
       test -z "$CFLAGS" && CFLAGS=-O  || CFLAGS="$CFLAGS -O"
     fi