patch: dw configure args: rtfl and doublebuffer
I saw in the bug tracker that --disable-rtfl still turns on rtfl msgs. Did some reading. The third argument to AC_ARG_ENABLE is always run if the option was specified, regardless of the value. If the option is not specified, the fourth argument is run. --disable-FEATURE just becomes --enable-FEATURE=no. (I'll send a separate patch to Jorge to allow compilation with rtfl.)
On Sun, May 18, 2008 at 08:34:38PM +0000, corvid wrote:
I saw in the bug tracker that --disable-rtfl still turns on rtfl msgs.
Did some reading. The third argument to AC_ARG_ENABLE is always run if the option was specified, regardless of the value. If the option is not specified, the fourth argument is run.
--disable-FEATURE just becomes --enable-FEATURE=no.
(I'll send a separate patch to Jorge to allow compilation with rtfl.)
Committed. -- Cheers Jorge.-
participants (2)
-
corvid@lavabit.com
-
jcid@dillo.org