diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-26 19:41:43 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-26 19:41:43 (GMT) |
commit | c492daf2d9b3123e502bd3825434e0a34571297c (patch) | |
tree | 087f3bbaa05f615893d8725e2343fe328ccf03f7 /configure.in | |
parent | 05feaec548b6368d5cd122061ed0ec2e0d43191a (diff) | |
download | fluxbox-c492daf2d9b3123e502bd3825434e0a34571297c.zip fluxbox-c492daf2d9b3123e502bd3825434e0a34571297c.tar.bz2 |
remove dithering code
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
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 | ) |
291 | AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue) | 291 | AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue) |
292 | 292 | ||
293 | dnl Check for ordered 8bpp dithering | ||
294 | AC_MSG_CHECKING([whether to include Pseudocolor ordered dithering code]) | ||
295 | AC_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 | |||
307 | dnl Check whether to include debugging code | 293 | dnl Check whether to include debugging code |
308 | DEBUG="" | 294 | DEBUG="" |
309 | AC_MSG_CHECKING([whether to include verbose debugging code]) | 295 | AC_MSG_CHECKING([whether to include verbose debugging code]) |