gnextstepsettingsbackend: Use same token for function-call and its availability
authorDaniel Macks <dmacks@netspace.org>
Mon, 9 Jun 2014 19:17:19 +0000 (15:17 -0400)
committerDan Winship <danw@gnome.org>
Tue, 10 Jun 2014 13:24:43 +0000 (09:24 -0400)
commitb413f7a285f597e4bcbb8866fcb22bea661fcdcd
tree760d13939a5e7bb411f5ebd6e21c7e876b46f86f
parent93d0c632326064f3e72f0e88e3dc971bdfc74af0
gnextstepsettingsbackend: Use same token for function-call and its availability

Availability of the g_nextstep_settings_backend_get_type() prototype
is controlled by HAVE_COCOA in gsettingsbackendinternal.h and the
actual implemenation by OS_COCOA in Makefile.am. Therefore, the
giomodule.c call to that function should also be protected by a COCOA
token rather than an CARBON token (cocoa and carbon are independent
autoconf tests).

https://bugzilla.gnome.org/show_bug.cgi?id=731425
gio/giomodule.c