Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
b8dd06ba
Commit
b8dd06ba
authored
Jan 04, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure test for valgrind/memcheck.h.
parent
adb8eea9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ChangeLog
ChangeLog
+2
-0
configure.ac
configure.ac
+2
-0
No files found.
ChangeLog
View file @
b8dd06ba
2014-01-04 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Check for valgrind/memcheck.h.
* testsuite/Makefile.in (VALGRIND): Added --partial-loads-ok=yes,
needed for the way unaligned data is handled in, e.g., memxor.
...
...
configure.ac
View file @
b8dd06ba
...
...
@@ -638,6 +638,8 @@ AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h
[enable_openssl=no
break])
AC_CHECK_HEADERS([valgrind/memcheck.h])
LSH_FUNC_ALLOCA
LSH_FUNC_STRERROR
...
...
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