Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / configure.ac
index b55a14651ab4c5ff9d2b60efd5fafdf258d8e4ea..be5cbc2033079f45ea903f3a0028cd0b1343a9ba 100644 (file)
@@ -92,7 +92,7 @@ AC_PROG_LN_S
 dnl This must be after other tests so warnings don't provoke errors above.
 if test "$ac_cv_c_compiler_gnu" = yes; then
        CFLAGS="-g -Wall -W -Wno-uninitialized -Wwrite-strings \
--Wstrict-prototypes -Wpointer-arith -Wno-sign-compare"
+-Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes"
        if test "$CC_OPTIONS" != ""; then
                CFLAGS="$CFLAGS $CC_OPTIONS"
        fi