make "static linking against glibc" an #error, not #warning
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2007 07:37:06 +0000 (07:37 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2007 07:37:06 +0000 (07:37 -0000)
applets/applets.c

index 307c8b3..e905ebe 100644 (file)
@@ -23,6 +23,7 @@
 #warning Note that glibc is unsuitable for static linking anyway.
 #warning If you still want to do it, remove -Wl,--gc-sections
 #warning from top-level Makefile and remove this warning.
+#error Aborting compilation.
 #endif