Add missing word in comment.

This commit is contained in:
Fred L. Drake, Jr. 2002-04-20 21:14:48 +00:00
parent d084912ca5
commit 16b90ab627

View File

@ -48,7 +48,7 @@ AC_PROG_INSTALL
if test "$GCC" = yes ; then
dnl
dnl Be careful about adding the -fexceptions option; some versions of
dnl don't support it and it causes extra warnings that are only
dnl GCC don't support it and it causes extra warnings that are only
dnl distracting; avoid.
dnl
OLDCFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes"