aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.in b/configure.in
index ec59948..1804514 100644
--- a/configure.in
+++ b/configure.in
@@ -118,22 +118,6 @@ AC_ARG_ENABLE(
118) 118)
119AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue) 119AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue)
120 120
121
122dnl Check for Interlacing
123AC_MSG_CHECKING([whether to include interlacing image code])
124AC_ARG_ENABLE(
125 interlace, [ --enable-interlace include code for image interlacing [default=yes]],
126 if test x$enableval = "xyes"; then
127 AC_MSG_RESULT([yes])
128 AC_DEFINE(INTERLACE, 1, "Interlaced rendering")
129 else
130 AC_MSG_RESULT([no])
131 fi,
132 AC_MSG_RESULT([yes])
133 AC_DEFINE(INTERLACE, 1, "Interlaced rendering")
134)
135
136
137dnl Check for ordered 8bpp dithering 121dnl Check for ordered 8bpp dithering
138AC_MSG_CHECKING([whether to include Pseudocolor ordered dithering code]) 122AC_MSG_CHECKING([whether to include Pseudocolor ordered dithering code])
139AC_ARG_ENABLE(ordered-pseudo, 123AC_ARG_ENABLE(ordered-pseudo,