diff options
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]) |