Make it work if we have GNOME and the user gave use --without-gnome (fixes

1999-09-17  Martin Baulig  <martin@home-of-linux.org>

	* configure.in: Make it work if we have GNOME and the user
	gave use --without-gnome (fixes bug #1735).
This commit is contained in:
Martin Baulig
1999-09-17 00:37:14 +00:00
committed by Martin Baulig
parent f384aae3a4
commit 2957ec5b57
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
1999-09-17 Martin Baulig <martin@home-of-linux.org>
* configure.in: Make it work if we have GNOME and the user
gave use --without-gnome (fixes bug #1735).
1999-07-29 Martin Baulig <martin@home-of-linux.org> 1999-07-29 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/error.h: Use G_GNUC_UNUSED. * include/glibtop/error.h: Use G_GNUC_UNUSED.

View File

@@ -97,10 +97,15 @@ if test "x$gnome_found" != xyes; then
fi fi
GNOME_SUPPORT_CHECKS GNOME_SUPPORT_CHECKS
else else
if test "x$want_gnome" != xno ; then
AM_CONDITIONAL(BUILD_GNOME_SUPPORT, false) AM_CONDITIONAL(BUILD_GNOME_SUPPORT, false)
AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = xyes) else
GNOME_SUPPORT_CHECKS
fi
fi fi
AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = xyes)
GNOME_LIBGTOP_SYSDEPS GNOME_LIBGTOP_SYSDEPS
GNOME_LIBGTOP_TYPES GNOME_LIBGTOP_TYPES