Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
363b89d1
Commit
363b89d1
authored
Jan 31, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(AX_CREATE_STDINT_H): Also look for uint32_t and
friends in sys/types.h. Rev: src/nettle/configure.ac:1.28
parent
6b1da370
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
configure.ac
configure.ac
+3
-1
No files found.
configure.ac
View file @
363b89d1
...
...
@@ -132,7 +132,9 @@ AC_REPLACE_FUNCS(memxor)
LSH_GCC_ATTRIBUTES
AX_CREATE_STDINT_H([nettle-types.h])
# According to Simon Josefsson, looking for uint32_t and friends in
# sys/types.h is needed on some systems, in particular cygwin.
AX_CREATE_STDINT_H([nettle-types.h], [sys/types.h])
# Checks for libraries
AC_CHECK_LIB(gmp, __gmpz_getlimbn,,
...
...
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