aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-25 15:17:02 (GMT)
committerfluxgen <fluxgen>2002-11-25 15:17:02 (GMT)
commit23d93f98852b3e01d2c4557d60e3d40f2d0d0430 (patch)
tree777e49c9779c7c2c439a7d6bb9741f25858d3a85 /configure.in
parent457c86a4b6b0831e021a19424980c3e6b7af3e07 (diff)
downloadfluxbox-23d93f98852b3e01d2c4557d60e3d40f2d0d0430.zip
fluxbox-23d93f98852b3e01d2c4557d60e3d40f2d0d0430.tar.bz2
removed compiletime option for interlacing
Diffstat (limited to 'configure.in')
-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,