Skip to content
Snippets Groups Projects
Commit 6e3f3359 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

check always for shared libX11. Fixes problem when called with --disable-shared.

git-svn-id: http://root.cern.ch/svn/root/trunk@6492 27541ba8-7e3a-0410-8455-c3a389f83636
parent a36a6544
No related branches found
No related tags found
No related merge requests found
...@@ -610,10 +610,10 @@ fi ...@@ -610,10 +610,10 @@ fi
### echo %%% X11 and XPM Library - Mandatory lib on Unix ### echo %%% X11 and XPM Library - Mandatory lib on Unix
# #
# Mandatory test, must succeed # Mandatory test, must succeed
# Check for X11 and Xpm library # Check for X11 and Xpm library (for X11 use always shared lib)
# #
if test ! "$platform" = "win32"; then if test ! "$platform" = "win32"; then
check_library "libX11" "$enable_shared" "$x11libdir" \ check_library "libX11" "yes" "$x11libdir" \
/usr/lib /usr/X11R6/lib /usr/lib/X11 /usr/openwin/lib \ /usr/lib /usr/X11R6/lib /usr/lib/X11 /usr/openwin/lib \
/usr/local/lib /usr/local/lib/X11 /use/local/X11R6/lib \ /usr/local/lib /usr/local/lib/X11 /use/local/X11R6/lib \
/usr/X11/lib /usr/lib32 /usr/lib/X11R5 /usr/X11/lib /usr/lib32 /usr/lib/X11R5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment