GTK_NO_CHECK_CASTS is a gtk1 only thing, so don't put it to CPPFLAGS with gtk2.
authorMart Raudsepp <leio@gentoo.org>
Mon, 16 Jan 2006 15:42:41 +0000 (15:42 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 16 Jan 2006 15:42:41 +0000 (15:42 +0000)
commit0c897818d30e6ee98387a54a3196b4772e195604
tree56593ffeba3f5e2cecbb8e3282f2232a12d9a9df
parentbee413eeb751bba4bbbb177efaf8e88f2842db6d
GTK_NO_CHECK_CASTS is a gtk1 only thing, so don't put it to CPPFLAGS with gtk2.
It's been renamed to G_NO_CHECK_CASTS in gtk2 stack, but we don't appear to need it.
Why do we need to supress cast checks for gtk1?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure.in