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
Dmitry Baryshkov
nettle
Commits
68aa75e3
Commit
68aa75e3
authored
Jan 20, 2015
by
Niels Möller
Browse files
Check for secure_getenv function.
parent
3d0fd448
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
68aa75e3
2015-01-20 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Check for secure_getenv function.
2015-01-19 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Fat library setup for arm.
...
...
configure.ac
View file @
68aa75e3
...
...
@@ -684,8 +684,9 @@ AC_CHECK_HEADERS([valgrind/memcheck.h])
LSH_FUNC_ALLOCA
LSH_FUNC_STRERROR
# Used in the testsuite
AC_CHECK_FUNCS(getline)
# getenv_secure is used for fat overrides,
# getline is used in the testsuite
AC_CHECK_FUNCS(secure_getenv getline)
AC_C_BIGENDIAN
LSH_GCC_ATTRIBUTES
...
...
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