Remove -DG_DISABLE_DEPRECATED
authorDan Winship <danw@gnome.org>
Fri, 21 Oct 2011 15:26:15 +0000 (11:26 -0400)
committerDan Winship <danw@gnome.org>
Fri, 21 Oct 2011 15:26:15 +0000 (11:26 -0400)
commitabb38b61b18fe8c837b731b2ca649c5809015840
tree483011b49a401ae5dce51991e68b2ada81515f58
parent6bd66c350edf268ec58aa985e0abf15f1bbc9f32
Remove -DG_DISABLE_DEPRECATED

This causes prototypes like g_mutex_new() to disappear, causing the
prototype to be assumed incorrectly, causing crashes.

For now I still want to be able to build against either glib-2-30 or
glib master, so just remove the -DG_DISABLE_DEPRECATED.
configure.ac