aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-05-15 22:01:44 +0000
committercorvid <corvid@lavabit.com>2011-05-15 22:01:44 +0000
commit3330985bbe5af2824005d047925b75ebdb7b2de1 (patch)
tree2ba9555f910e16dab022a9f3e262deccdfe6b700
parent9103d4e1afc7506e6b8a805491d646be73a09f96 (diff)
rtfl comment
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 32d1bd20..f5ba9259 100644
--- a/configure.in
+++ b/configure.in
@@ -35,7 +35,7 @@ AC_ARG_ENABLE(gif, [ --disable-gif Disable support for GIF images]
enable_gif=$enableval, enable_gif=yes)
AC_ARG_ENABLE(threaded-dns,[ --disable-threaded-dns Disable the advantage of a reentrant resolver library],
enable_threaded_dns=$enableval, enable_threaded_dns=yes)
-AC_ARG_ENABLE(rtfl, [ --enable-rtfl Build with rtfl messages])
+AC_ARG_ENABLE(rtfl, [ --enable-rtfl Build with rtfl messages (for debugging rendering)])
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB