From: <ebl...@us...> - 2006-06-20 04:07:03
|
Revision: 16294 Author: eblanton Date: 2006-06-19 21:05:56 -0700 (Mon, 19 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16294&view=rev Log Message: ----------- This should fix --enable-python to do something reasonable Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-06-19 17:52:52 UTC (rev 16293) +++ trunk/configure.ac 2006-06-20 04:05:56 UTC (rev 16294) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |