[gaim-migrate @ 16183]

Fri, 12 May 2006 22:08:34 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Fri, 12 May 2006 22:08:34 +0000
changeset 13773
7682714bab8c
parent 13772
f4c5bc2d6b71
child 13774
470a932e79e7

[gaim-migrate @ 16183]
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.

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Fri May 12 21:50:19 2006 +0000
+++ b/configure.ac	Fri May 12 22:08:34 2006 +0000
@@ -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)
 

mercurial