From 4500c58a0766b9cc86dd8ddd25094593a8977197 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 18 May 2007 07:37:06 +0000 Subject: make "static linking against glibc" an #error, not #warning --- applets/applets.c | 1 + 1 file changed, 1 insertion(+) (limited to 'applets/applets.c') diff --git a/applets/applets.c b/applets/applets.c index 307c8b349..e905ebec4 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -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 -- cgit v1.2.3