Fix the fix for G*_TO_POINTER casts on 32 bits
authorChristian Persch <chpe@gnome.org>
Thu, 17 Nov 2011 13:21:24 +0000 (14:21 +0100)
committerChristian Persch <chpe@gnome.org>
Thu, 17 Nov 2011 13:24:09 +0000 (14:24 +0100)
commiteaaf18960f84989cfe2ac927ad5e19a0c56524de
tree712bacae98618d8ac5553a64afce877453063842
parentaffbdd8206edcb89eadcae4a0453da76e8bd723f
Fix the fix for G*_TO_POINTER casts on 32 bits

The 'fix' from commit 16292dd753cb63f8ccb2267644aefbd2632dd52c broke the
build on 32 bit because it was missing the parentheses around "gint" / "guint"
in glib_gp[u]i_cast.

https://bugzilla.gnome.org/show_bug.cgi?id=661546
configure.ac