__GLIBC__ -> defined(__GLIBC__)
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 23 Oct 2006 00:42:24 +0000 (00:42 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 23 Oct 2006 00:42:24 +0000 (00:42 -0000)
applets/applets.c

index 868fa50e5edbbff0cde3903dea1b22d8a084f160..151d3a190524c0954ffdbb3ebe00e4bbf01131e4 100644 (file)
@@ -17,7 +17,7 @@
 #include <string.h>
 #include <assert.h>
 
-#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