Fix a preprocessor warning with --disable-visibility

Don't redefine DISABLE_VISIBILITY when already building with
--disable-visibility.
This commit is contained in:
Christian Persch 2010-06-19 16:41:25 +02:00
parent a558e460a2
commit 7bb00fd0e8

View File

@ -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,