Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
704b0c78
Commit
704b0c78
authored
Nov 08, 2008
by
Niels Möller
Browse files
Another try at the Solaris-5.8 libXau workaround.
Rev: configure.ac:1.91
parent
000a1bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
704b0c78
...
...
@@ -453,8 +453,9 @@ if test -z "$no_x" ; then
# and libraries i /usr/include and /usr/lib, which doesn't work
# because /usr/lib contains symlinks to most libraries, but not
# for libXau which is the one we need.
if test x$x_libraries = x
/usr/lib
; then
if test
"
x$x_libraries
"
= x
NONE
; then
if test -f /usr/openwin/lib/libXau.so ; then
AC_MSG_WARN([Using X11 libraries in /usr/openwin/lib.])
x_libraries=/usr/openwin/lib
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment