Really forgot them ...

This commit is contained in:
Martin Baulig
1999-02-12 10:56:01 +00:00
parent 137bbe308c
commit 48e5a13495
2 changed files with 6 additions and 0 deletions

View File

@@ -155,3 +155,7 @@
* the running kernel (if we don't have configured kernel sources). * the running kernel (if we don't have configured kernel sources).
*/ */
#undef GLIBTOP_LINUX_VERSION_CODE #undef GLIBTOP_LINUX_VERSION_CODE
/* Define if you want to use LibGTop without GNOME. */
#undef WITHOUT_GNOME

View File

@@ -82,6 +82,8 @@ if test "x$gnome_found" != xyes; then
*** If you want to use LibGTop without GNOME, you need *** If you want to use LibGTop without GNOME, you need
*** to give configure the --without-gnome parameter. *** to give configure the --without-gnome parameter.
]) ])
else
AC_DEFINE(WITHOUT_GNOME)
fi fi
GNOME_SUPPORT_CHECKS GNOME_SUPPORT_CHECKS
else else