diff options
author | jcid <devnull@localhost> | 2008-05-18 20:26:13 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-18 20:26:13 +0200 |
commit | 3a2b767fe6db080dd68527d3fb1476aabd217de3 (patch) | |
tree | ea579358b6b5aabc54e77c80472765d544a0c46c /configure.in | |
parent | 907df0d21b68efd17f176d883a5d857d571237c6 (diff) |
- Removed dw's RTFL stuff from dillo tree.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 0c6a031f..bfe4c738 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,6 @@ AC_ARG_ENABLE(insure, [ --enable-insure Try to compile and run with Ins 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(rtfl, [ --enable-rtfl Build with rtfl messages], enable_rtfl=yes) AC_ARG_ENABLE(cookies,[ --disable-cookies Don't compile support for cookies], , enable_cookies=yes) AC_ARG_ENABLE(png, [ --disable-png Disable support for PNG images], @@ -450,9 +449,6 @@ if test "x$enable_insure" = "xyes" ; then CC="insure -Zoi \"compiler $CC\"" LIBS="$LIBS -lstdc++-2-libc6.1-1-2.9.0" fi -if test "x$enable_rtfl" = "xyes" ; then - CFLAGS="$CFLAGS -DDBG_RTFL" -fi if test "x$enable_threaded_dns" = "xyes" ; then CFLAGS="$CFLAGS -DD_DNS_THREADED" fi |