# HG changeset patch # User Ethan Blanton # Date 1150776356 0 # Node ID f3d4a9902eadd039bac8bf4c22d037e7984208a5 # Parent aceb599b28eccc7c40503b03287882834a9468d8 [gaim-migrate @ 16294] This should fix --enable-python to do something reasonable committer: Tailor Script diff -r aceb599b28ec -r f3d4a9902ead configure.ac --- a/configure.ac Mon Jun 19 17:49:43 2006 +0000 +++ b/configure.ac Tue Jun 20 04:05:56 2006 +0000 @@ -690,7 +690,7 @@ PYTHON=$withval) if test "x$enable_dbus" = "xyes" ; then - if test -z "$PYTHON" ; then + if test -z "$PYTHON" -o "x$PYTHON" = "xyes"; then AC_PATH_PROG([PYTHON], [python], [no]) fi