GNOME Bugzilla – Bug 130807
configure fails to find Xi library
Last modified: 2004-12-22 21:47:04 UTC
the configure script cannot find the Xi library when X has been installed into a non standard location, ie /opt/XFree86-4.4RC2. A fix for this problem is to add the x library directory detected in the AC_PATH_XTRA macro to the list of search directories. I changed line 64 of configure.in from for xinputpath in /usr/X11R6/lib /usr/openwin/lib; do to for xinputpath in $x_libraries /usr/X11R6/lib /usr/openwin/lib; do
Thanks Matt, do you have cvs commit priviledges?
I don't have commit priviledges
I've made the change and will commit after a sanity check from gok's comaintainer. Bill?
looks good to me, please go ahead. Thanks again Matt.
Finally remembered to do this. Fixed in cvs. Thanks again.