Set -ansi so people stop complaining about C99.

* configure.in: Set -ansi so people stop complaining about C99.


svn path=/trunk/; revision=4025
This commit is contained in:
Thomas James Alexander Thurman 2008-11-22 19:47:02 +00:00
parent c2abbce2ed
commit 68ac59ff6d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-11-22 Thomas Thurman <tthurman@gnome.org>
* configure.in: Set -ansi so people stop complaining about C99.
2008-11-22 Thomas Thurman <tthurman@gnome.org>
* src/core/prefs.c: fix stupid infinite loop when GConf is turned off.

View File

@ -484,7 +484,7 @@ if test "x$enable_debug" = "xyes"; then
fi
# Warnings are there for a reason
CFLAGS="$CFLAGS -Wall -Werror"
CFLAGS="$CFLAGS -Wall -Werror -ansi"
# Use gnome-doc-utils:
GNOME_DOC_INIT([0.9.0])