GNOME Bugzilla – Bug 316530
gthread configure test breaks if building uninstalled
Last modified: 2006-08-10 13:44:15 UTC
If building libbonobo with an installed glib but an uninstalled ORBit2, then the configure script breaks when checking for gthread support. This is because the uninstalled.pc -I and -L flags get included when trying to compile the conftest.c program. It seems better to just compile the gthread test using the gthread includes and libraries to avoid this problem. Providing an attachment.
Created attachment 52329 [details] [review] patch to ensure that gthread configure test is only liked with gthread compiler/linker options
Created attachment 52330 [details] [review] a better patch that uses GTHREAD instead of GOBJECT in variable names.
Marking NEW to get some attention for the patch.
Marking the first patch as obsolete. Michael, is the new one ok to commit?
looks fine to me - please do go for it.
Commited.