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