From 7c4503d2238648989b79a51edba725d9beec3546 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 23 Oct 2006 00:42:24 +0000 Subject: __GLIBC__ -> defined(__GLIBC__) --- applets/applets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/applets.c') diff --git a/applets/applets.c b/applets/applets.c index 868fa50e5..151d3a190 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -17,7 +17,7 @@ #include #include -#if ENABLE_STATIC && __GLIBC__ +#if ENABLE_STATIC && defined(__GLIBC__) #warning Static linking against glibc produces buggy executables #warning (glibc doesn't cope well with ld --gc-sections). #warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400 -- cgit v1.2.3