From: <de...@us...> - 2006-05-12 22:08:45
|
Revision: 16183 Author: deryni9 Date: 2006-05-12 15:08:34 -0700 (Fri, 12 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16183&view=rev Log Message: ----------- Apparently if you just use --with-python the autotools decide you must mean you want to use yes(1) as your python interpreter, this results in an infinitely growing output file the first time the dbus stuff tries to generate a header. That's bad. This should make it a bit clearer. Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-05-12 21:50:19 UTC (rev 16182) +++ trunk/configure.ac 2006-05-12 22:08:34 UTC (rev 16183) @@ -673,7 +673,7 @@ dnl in C (brrrr ...). AC_ARG_WITH([python], - AC_HELP_STRING([--with-python], + AC_HELP_STRING([--with-python=PATH], [which python interpreter to use for dbus code generation]), PYTHON=$withval) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |