aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-10-17 15:07:00 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-10-17 15:07:00 (GMT)
commita2558a2b14054058342d9946deefd7c72dc2d887 (patch)
treeb2ef11d800f0a350c8c5b25209713eb7e3dba81b /configure.in
parentdc6c9c4e9b4d2976563634d84fa0ea0aa8a01f6d (diff)
downloadfluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.zip
fluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.tar.bz2
removed obsolete handler for the gnome-window manager hints
nowadays every app should use the extended window manager hints exclusively.
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,