aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-07-03 01:05:16 +0200
committerjcid <devnull@localhost>2008-07-03 01:05:16 +0200
commit239a6bc79d46921a639ee7f1bb8f94421c4e7e92 (patch)
tree59eb5e172f6cd3d749be81e9d7fe45593f16334e /configure.in
parent2aa2f25014197e0a39bd83daebe1b125c158a852 (diff)
- removed unused dw configure.in options
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index c7021fd4..e78693a0 100644
--- a/configure.in
+++ b/configure.in
@@ -10,17 +10,12 @@ AM_CONFIG_HEADER(config.h)
dnl Options
-AC_ARG_WITH(jpeg-lib, [ --with-jpeg-lib=DIR Specify where to find libjpeg], LIBJPEG_LIBDIR=$withval)
-AC_ARG_WITH(jpeg-inc, [ --with-jpeg-inc=DIR Specify where to find libjpeg's headers], LIBJPEG_INCDIR=$withval)
-
AC_ARG_ENABLE(efence, [ --enable-efence Try to compile and run with Electric Fence],
, enable_efence=no)
AC_ARG_ENABLE(gprof, [ --enable-gprof Try to compile and run with profiling enabled],
, enable_gprof=no)
AC_ARG_ENABLE(insure, [ --enable-insure Try to compile and run with Insure++],
, enable_insure=no)
-AC_ARG_ENABLE(ansi, [ --enable-ansi Try to compile and run with ANSI flags],
- , enable_ansi=no)
AC_ARG_ENABLE(ipv6, [ --enable-ipv6 Build with support for IPv6], , )
AC_ARG_ENABLE(cookies,[ --disable-cookies Don't compile support for cookies],
, enable_cookies=yes)