aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-06-26 19:41:43 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-06-26 19:41:43 (GMT)
commitc492daf2d9b3123e502bd3825434e0a34571297c (patch)
tree087f3bbaa05f615893d8725e2343fe328ccf03f7 /configure.in
parent05feaec548b6368d5cd122061ed0ec2e0d43191a (diff)
downloadfluxbox_pavel-c492daf2d9b3123e502bd3825434e0a34571297c.zip
fluxbox_pavel-c492daf2d9b3123e502bd3825434e0a34571297c.tar.bz2
remove dithering code
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.in b/configure.in
index c778ab1..7fbe805 100644
--- a/configure.in
+++ b/configure.in
@@ -290,20 +290,6 @@ AC_ARG_ENABLE(
290) 290)
291AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue) 291AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue)
292 292
293dnl Check for ordered 8bpp dithering
294AC_MSG_CHECKING([whether to include Pseudocolor ordered dithering code])
295AC_ARG_ENABLE(ordered-pseudo,
296[ --enable-ordered-pseudo include code for ordered pseudocolor (8bpp)
297 dithering ([default=no])],
298 if test x$enableval = "xyes"; then
299 AC_MSG_RESULT([yes])
300 AC_DEFINE(ORDEREDPSEUDO, 1, "ordered dithering code")
301 else
302 AC_MSG_RESULT([no])
303 fi,
304 AC_MSG_RESULT([no])
305)
306
307dnl Check whether to include debugging code 293dnl Check whether to include debugging code
308DEBUG="" 294DEBUG=""
309AC_MSG_CHECKING([whether to include verbose debugging code]) 295AC_MSG_CHECKING([whether to include verbose debugging code])