From 17626a311993c1b1444e32f9dbfcf09dea748a84 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 22 Nov 1998 19:52:44 +0000 Subject: [PATCH] Added warning message that the `netload' applet will not be built if you don't have LibGTop. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index e6a711242..ece1cf804 100644 --- a/configure.in +++ b/configure.in @@ -86,6 +86,7 @@ if test x$applets_libgtop != xyes; then AC_MSG_WARN([*** \`cpumemusage' applet will not be built ***]) AC_MSG_WARN([*** \`diskusage' applet will not be built ***]) AC_MSG_WARN([*** \`multiload' applet will not be built ***]) + AC_MSG_WARN([*** \`netload' applet will not be built ***]) fi dnl Check for ghttp library