GNOME Bugzilla – Bug 572849
Incorrect configure.in logic for location of gmmproc binary breaks build if libdir != lib/
Last modified: 2011-01-16 23:39:47 UTC
On a system with a libdir that is not $PREFIX/lib/ the logic in the libgdamm configure.in fails. This can be fixed by querying the libdir variable of glibmm-2.4 with pkg-config, rather than looking up the prefix and appending lib/ to the end of the path.
Created attachment 129321 [details] [review] Patch to fix the incorrect logic
Created attachment 129323 [details] [review] Update ChangeLog, use svn diff Fix problems pointed out by murrayc.
Committed to svn trunk. Thanks.