orca r4345 - trunk



Author: wwalker
Date: Tue Nov 18 23:55:12 2008
New Revision: 4345
URL: http://svn.gnome.org/viewvc/orca?rev=4345&view=rev

Log:
Additional fix for bug #560649 - configure doesn't detect Python modules installed in non-standard location.


Modified:
   trunk/ChangeLog
   trunk/acinclude.m4

Modified: trunk/acinclude.m4
==============================================================================
--- trunk/acinclude.m4	(original)
+++ trunk/acinclude.m4	Tue Nov 18 23:55:12 2008
@@ -106,7 +106,8 @@
 prog="
 import sys
 try:
-	import bonobo 
+	import pygtk 
+	pygtk.require('2.0')
 	import ORBit
 	ORBit.load_typelib(\"$1\")
 	module_name = \"$1\".replace(\"_\",\".\")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]