--disable-foo switches broken?
Havoc Pennington
hp at redhat.com
Tue Aug 2 01:54:50 EST 2005
On Mon, 2005-08-01 at 10:44 +0200, Julien PUYDT wrote:
> Hi,
>
> I just had dbus' configure script stop because it couldn't find any
> python interpreter although I had given the --disable-python switch...
>
The script looks like it should work:
if test x$enable_python = xno; then
have_python=no
> Notice that it also checked for qt and gtk although I gave --disable-qt
> and --disable-gtk ; but at least it went ahead even without them!
Right, easier to write the script that way.
Havoc
More information about the dbus
mailing list