mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix a preprocessor warning with --disable-visibility
Don't redefine DISABLE_VISIBILITY when already building with --disable-visibility.
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
*/
|
||||
|
||||
/* side-step some glib build stuff */
|
||||
#ifndef DISABLE_VISIBILITY
|
||||
#define DISABLE_VISIBILITY
|
||||
#endif
|
||||
#define GLIB_COMPILATION
|
||||
|
||||
/* rebuild gbitlock.c without futex support,
|
||||
|
Reference in New Issue
Block a user