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
e74084a2
Commit
e74084a2
authored
Nov 07, 2008
by
Niels Möller
Browse files
Fixed typo in AC_SEARCH_LIBS for XauGetAuthByAddr.
Rev: configure.ac:1.88
parent
325c4469
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e74084a2
...
...
@@ -456,7 +456,8 @@ fi
# On Solaris 5.8, it seams Xauth-related functions are in libX11, not
# libXau.
AC_CHECK_HEADERS(X11/Xauth.h)
AC_SEARCH_LIBS(XauGetAuthByAddr, Xau, X11)
AC_SEARCH_LIBS(XauGetAuthByAddr, Xau X11)
LSH_RPATH_FIX
AC_CHECK_LIB(crypt, crypt)
...
...
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