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:
parent
c2abbce2ed
commit
68ac59ff6d
@ -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.
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user