aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.in b/configure.in
index 1d69f34..e75e51f 100644
--- a/configure.in
+++ b/configure.in
@@ -359,25 +359,6 @@ AC_ARG_ENABLE(
359 AC_DEFINE(TIMEDCACHE, 1, "timed cache") 359 AC_DEFINE(TIMEDCACHE, 1, "timed cache")
360) 360)
361 361
362dnl Check GNOME
363
364AC_MSG_CHECKING([whether to have GNOME support])
365AC_ARG_ENABLE(
366 gnome,
367[ --enable-gnome GNOME support ([default=yes])],
368 if test x$enableval = "xyes"; then
369 AC_MSG_RESULT([yes])
370 AC_DEFINE(USE_GNOME, 1, "Gnome 1 support")
371 GNOME=true
372 else
373 AC_MSG_RESULT([no])
374 GNOME=false
375 fi,
376 AC_MSG_RESULT([yes])
377 AC_DEFINE(USE_GNOME, 1, "Gnome 1 support")
378 GNOME=true
379)
380AM_CONDITIONAL(GNOME, test x$GNOME = xtrue)
381 362
382AC_MSG_CHECKING([whether to have Xft support]) 363AC_MSG_CHECKING([whether to have Xft support])
383AM_PATH_XFT(yes, 364AM_PATH_XFT(yes,