diff options
author | corvid <corvid@lavabit.com> | 2011-05-15 22:01:44 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-15 22:01:44 +0000 |
commit | 3330985bbe5af2824005d047925b75ebdb7b2de1 (patch) | |
tree | 2ba9555f910e16dab022a9f3e262deccdfe6b700 /configure.in | |
parent | 9103d4e1afc7506e6b8a805491d646be73a09f96 (diff) |
rtfl comment
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 |