Ticket #19667: patch-configure
File patch-configure, 413 bytes (added by ctempleton3@…, 16 years ago) |
---|
Line | |
---|---|
1 | --- configure.orig 2009-05-17 00:09:36.000000000 -0500 |
2 | +++ configure 2009-05-17 00:10:24.000000000 -0500 |
3 | @@ -6513,7 +6513,7 @@ |
4 | # Do not import gtk.glade, this can raise a RuntimeError if the |
5 | # display cannot be opened. Just search it. |
6 | import imp |
7 | - imp.find_module('gtk/glade') |
8 | + imp.find_module('glade', [imp.find_module('gtk')[1]]) |
9 | out("gtk.glade") |
10 | except ImportError: |
11 | out("NO") |