GNOME Bugzilla – Bug 645057
./configure fails on gtk+3.0 git head
Last modified: 2011-03-21 14:35:47 UTC
Created attachment 183664 [details] [review] Trivial patch to fix the issue If I run jhbuild build gtk+-3.0, it fetches git head and it always fails running configure. There are a couple of bad usages of "test", and some substitutions that fail on my debian system (maybe because it uses dash, and not bash). Patch to fix the issue for me is attached. Please check it works also on different systems.
not loving the use of sed and the stripping of all valuable shell features, but I guess portability wins here.