GNOME Bugzilla – Bug 303508
configure.ac: broken --disable-* flags
Last modified: 2005-05-09 09:09:47 UTC
The AC_ARG_ENABLE macro is wrongly used for the --{en,dis}able-{djvu,dvi,t1lib} configure flags. The problem is that --disable actually enables stuffs, because the macro is used as if it was a yes/no test, whereas is it a set/unset test. The following patch fixes that. Tested on evince-0.3.0.
Created attachment 46196 [details] [review] evince-0.3.0-fix_AC_ARG_ENABLE.patch
Thanks, I'll hope patch will be applied after few days
Checked in, thanks!