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
Wim Lewis
nettle
Commits
363b89d1
Commit
363b89d1
authored
Jan 31, 2004
by
Niels Möller
Browse files
(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
Hide whitespace changes
Inline
Side-by-side
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
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