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
Dmitry Baryshkov
nettle
Commits
e1f2fa29
Commit
e1f2fa29
authored
Dec 18, 2015
by
Niels Möller
Browse files
Fixed shell conditional in setup of IF_DLOPEN_TEST.
parent
230e8312
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e1f2fa29
2015-12-18 Niels Möller <nisse@lysator.liu.se>
* configure.ac (IF_DLOPEN_TEST): Fixed shell conditional.
* testsuite/ecc-mod-test.c (test_main): Handle random seeding if
NETTLE_TEST_SEED is set in the environment.
...
...
configure.ac
View file @
e1f2fa29
...
...
@@ -827,7 +827,7 @@ IF_DLOPEN_TEST='#'
if test "x$enable_shared" = xyes ; then
IF_SHARED=''
IF_NOT_SHARED='#'
if "x$ac_cv_lib_dl_dlopen" = yes ; then
if
test
"x$ac_cv_lib_dl_dlopen" =
x
yes ; then
IF_DLOPEN_TEST=''
fi
else
...
...
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