From 63dc461a73ba698ccbab42ae3d4427810b1af14e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 16 Jan 2011 18:23:31 +0100 Subject: Use gl_IGNORE_UNUSED_LIBRARIES --- lib/dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dummy.c') diff --git a/lib/dummy.c b/lib/dummy.c index deffd32b..0f9a2779 100644 --- a/lib/dummy.c +++ b/lib/dummy.c @@ -32,7 +32,7 @@ Compiling this file, and adding its object file to the library, will prevent the library from exporting no symbols. */ -#if defined __sun || defined __APPLE__ +#ifdef __sun /* This declaration ensures that the library will export at least 1 symbol. */ int gl_dummy_symbol; #else -- cgit v1.2.3