orca r4344 - trunk



Author: wwalker
Date: Tue Nov 18 21:35:58 2008
New Revision: 4344
URL: http://svn.gnome.org/viewvc/orca?rev=4344&view=rev

Log:
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 21:35:58 2008
@@ -67,6 +67,8 @@
 ifelse([$2],[], [prog="
 import sys
 try:
+	import pygtk
+	pygtk.require('2.0')
 	import $1
 except ImportError:
 	sys.exit(1)



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