diff options
author | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-11-22 19:47:02 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-11-22 19:47:02 +0000 |
commit | 68ac59ff6d11b945ad8f10218f3ade890d5bd861 (patch) | |
tree | dc1cd6d6380b270f3dac3decd39bfa5e800ae9a0 /ChangeLog | |
parent | c2abbce2edf734dad95aefe5e891d21ae4d10527 (diff) | |
download | metacity-68ac59ff6d11b945ad8f10218f3ade890d5bd861.tar.gz |
Set -ansi so people stop complaining about C99.
* configure.in: Set -ansi so people stop complaining about C99.
svn path=/trunk/; revision=4025
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 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. 2008-11-22 Thomas Thurman <tthurman@gnome.org> |