More warnings if `libgtop' isn't found.

* configure.in (applets_libgtop):
More warnings if `libgtop' isn't found.
This commit is contained in:
Raja R Harinath 1998-09-29 22:55:47 +00:00
parent 64ff604bba
commit 60f8bf378c
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1998-09-29 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (applets_libgtop):
More warnings if `libgtop' isn't found.
Mon Sep 28 12:31:00 1998 John Ellis <johne@bellatlantic.net>
* configure.in: Add applets/slashapp/Makefile

View file

@ -87,7 +87,14 @@ AC_ARG_WITH(window-manager,
AC_SUBST(WINDOW_MANAGER)
dnl Check for libgtop
GNOME_INIT_LIBGTOP
GNOME_LIBGTOP_HOOK(,applets_libgtop=yes)
if test x$applets_libgtop != xyes; then
AC_MSG_WARN([*** \`cpuload' applet will not be built ***])
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 ***])
fi
dnl Check for ghttp library
AM_CONDITIONAL(HAVE_LIBGHTTP, test -n "$GHTTP_LIB")