GNOME Bugzilla – Bug 586821
enable / with confusion
Last modified: 2009-06-24 18:12:24 UTC
The --with-clutter and --with-introspection options have been formally changed to --enable-clutter --enable-introspection, but the help strings were not updated and the configure script continues to use of with_ variables for these, so these options no longer work (i.e., --disable-introspection has no effect). BTW, why were these changed ? I think these should be --with-, not --enable-.
They should be --with. I pointed the issue out in review but I guess it sneaked through anyways (there was a lot of stuff going on in the rename.) I've gone ahead and changed them back. Commit a13dec34ef0f6b70fda83038f1b263d0e2cb2222 Author: Owen W. Taylor <otaylor@fishsoup.net> Date: Wed Jun 24 14:10:19 2009 -0400 Fix accidental rename of --with-clutter/--with-introspection options Since --with-clutter and --with-introspection refer to use of external libraries, they should in fact be --with and not --enable. Fix accidental change that got committed as part of the big metacity => mutter change.