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
LSH
lsh
Commits
accdefed
Commit
accdefed
authored
Oct 06, 2005
by
Niels Möller
Browse files
Check for openssl/aes.h.
Rev: src/nettle/ChangeLog:1.334 Rev: src/nettle/configure.ac:1.60
parent
41077620
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/nettle/ChangeLog
View file @
accdefed
2005-10-06 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Check for openssl/aes.h.
* Makefile.in (distdir): Use a loop to pick up the contents of
$(DISTFILES) from source and build directories. For some reason,
$? failed to find stamp-h.in in the source directory.
...
...
src/nettle/configure.ac
View file @
accdefed
...
...
@@ -244,7 +244,7 @@ AC_TYPE_UID_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h],,
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h
openssl/aes.h
],,
[enable_openssl=no
break])
...
...
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