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
74064da7
Commit
74064da7
authored
Feb 16, 2003
by
Niels Möller
Browse files
Added missing LSH_RPATH_FIX between the checks for
gmp and liboop. Rev: configure.ac:1.27
parent
a202c8c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
74064da7
...
...
@@ -366,6 +366,8 @@ AC_CHECK_LIB(gmp, __gmpz_getlimbn,,
# [LSH_RPATH_FIX],
# [AC_MSG_ERROR([GMP is missing. Get gmp-2.0.2 or better from ftp://ftp.gnu.org/pub/gnu/gmp]) ])
LSH_RPATH_FIX
AC_CHECK_LIB([oop], [oop_sys_new],,
[AC_MSG_ERROR([liboop is missing. Get liboop from http://www.liboop.org])])
...
...
Write
Preview
Markdown
is supported
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