aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-07-03 15:11:55 +0200
committerjcid <devnull@localhost>2008-07-03 15:11:55 +0200
commit2e8f66448c5fd81fcfe4f3e98afd70d29563b12c (patch)
tree42bc5c1e7778323fff8d1d3bfdeea2b338a7af22
parentbbc7de22079d67f75cea5d96162a6341e5fc03cb (diff)
- reversed a mistaken patch.
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e6244a3f..420f84e9 100644
--- a/configure.in
+++ b/configure.in
@@ -10,12 +10,17 @@ 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)