Skip to content
Snippets Groups Projects
Commit 280dd2c7 authored by Rene Brun's avatar Rene Brun
Browse files

From Philippe:

To configure correctly on Irix (32 bit mode by default), /usr/lib32
must be specified before /usr/lib


git-svn-id: http://root.cern.ch/svn/root/trunk@6571 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7d70d520
No related branches found
No related tags found
No related merge requests found
......@@ -640,9 +640,9 @@ fi
#
if test ! "$platform" = "win32"; then
check_library "libX11" "yes" "$x11libdir" \
/usr/lib /usr/X11R6/lib /usr/lib/X11 /usr/openwin/lib \
/usr/lib32 /usr/lib /usr/X11R6/lib /usr/lib/X11 /usr/openwin/lib \
/usr/local/lib /usr/local/lib/X11 /use/local/X11R6/lib \
/usr/X11/lib /usr/lib32 /usr/lib/X11R5
/usr/X11/lib /usr/lib/X11R5
x11libdir=$found_dir
if test "x$found_lib" = "x" ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment