After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 60724 - configure doesn't care about some prefixes
configure doesn't care about some prefixes
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other All
: Normal minor
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-09-18 22:04 UTC by David
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes above mentioned behaviour (I think), l (767 bytes, patch)
2001-09-18 22:05 UTC, David
none Details | Review
Fixes above mentioned behaviour (I think), also removes unnecessary LIBXML_LIBS (xml2-config already gives the same flags) (767 bytes, patch)
2001-09-18 22:07 UTC, David
none Details | Review

Description David 2001-09-18 22:04:27 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.
Comment 1 David 2001-09-18 22:05:33 UTC
Created attachment 5620 [details] [review]
Fixes above mentioned behaviour (I think), l
Comment 2 David 2001-09-18 22:07:12 UTC
Created attachment 5621 [details] [review]
Fixes above mentioned behaviour (I think), also removes unnecessary LIBXML_LIBS (xml2-config already gives the same flags)
Comment 3 Daniel Veillard 2001-10-04 13:29:29 UTC
Okay, makes sense. I applied it and commited in CVS,

  thanks !

Daniel
Comment 4 Daniel Veillard 2001-10-30 18:47:33 UTC
I think the last releases have this fixed,

Daniel