Skip to content
GitLab
Menu
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
b4a7471d
Commit
b4a7471d
authored
Nov 03, 1998
by
Niels Möller
Browse files
Check for a "gmp2" library (found on some debian systems).
Rev: src/configure.in:1.6
parent
975173b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/configure.in
View file @
b4a7471d
...
...
@@ -23,6 +23,8 @@ AC_PROG_MAKE_SET
dnl Checks for libraries.
AC_CHECK_LIB(gmp, mpz_set_d)
dnl Some debian systems have both gmp1 and gmp2.
AC_CHECK_LIB(gmp2, mpz_set_d)
AC_CHECK_LIB(crypt, crypt)
AC_CHECK_LIB(xnet, inet_addr)
AC_CHECK_LIB(nsl, hostbyname)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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