diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 19 |
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 | ||
362 | dnl Check GNOME | ||
363 | |||
364 | AC_MSG_CHECKING([whether to have GNOME support]) | ||
365 | AC_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 | ) | ||
380 | AM_CONDITIONAL(GNOME, test x$GNOME = xtrue) | ||
381 | 362 | ||
382 | AC_MSG_CHECKING([whether to have Xft support]) | 363 | AC_MSG_CHECKING([whether to have Xft support]) |
383 | AM_PATH_XFT(yes, | 364 | AM_PATH_XFT(yes, |