GNOME Bugzilla – Bug 343085
Typos in configure.in causes mishandling of --disable-{speech,a11y,japanese}
Last modified: 2006-05-28 02:31:41 UTC
In dasher-3.x.x, the configure script had the --with-speech and --with-a11y flags, with have been replaced by --enable-speech and --enable-a11y, but the associated logic in configure.in still uses $withval, when it should use $enableval (this happens also with the new --enable-japanese option). Because of this bug, calling configure with, for example, "--with-gnome --disable-speech" yields a problem, as it would set WITHSPEECH to true. I'll attach a simple patch to correct this. Thanks.
Created attachment 66319 [details] [review] dasher-4.0.2-fix_enable_flags.patch
Thanks. Committed to HEAD. Phil, is there a branch that this should be committed to? 2006-05-27 Behdad Esfahbod <behdad@gnome.org> * configure.in: Bug 343085 – Typos in configure.in causes mishandling of --disable-{speech,a11y,japanese}