aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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])