diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
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 | ) |
119 | AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue) | 119 | AM_CONDITIONAL(NEWWMSPEC, test x$NEWWMSPEC = xtrue) |
120 | 120 | ||
121 | |||
122 | dnl Check for Interlacing | ||
123 | AC_MSG_CHECKING([whether to include interlacing image code]) | ||
124 | AC_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 | |||
137 | dnl Check for ordered 8bpp dithering | 121 | dnl Check for ordered 8bpp dithering |
138 | AC_MSG_CHECKING([whether to include Pseudocolor ordered dithering code]) | 122 | AC_MSG_CHECKING([whether to include Pseudocolor ordered dithering code]) |
139 | AC_ARG_ENABLE(ordered-pseudo, | 123 | AC_ARG_ENABLE(ordered-pseudo, |