GNOME Bugzilla – Bug 60724
configure doesn't care about some prefixes
Last modified: 2009-08-15 18:40:50 UTC
if configure is run with either --with-libxml-include-prefix=[PFX] or --with-libxml-libs-prefix=[PFX] the resulting makefile doesn't care (since the extra info is never added to LIBXML_CFLAGS or LIBXML_LIBS). Will attach a patch.
Created attachment 5620 [details] [review] Fixes above mentioned behaviour (I think), l
Created attachment 5621 [details] [review] Fixes above mentioned behaviour (I think), also removes unnecessary LIBXML_LIBS (xml2-config already gives the same flags)
Okay, makes sense. I applied it and commited in CVS, thanks ! Daniel
I think the last releases have this fixed, Daniel