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
LSH
lsh
Commits
06ccc06f
Commit
06ccc06f
authored
Jun 12, 2001
by
Niels Möller
Browse files
* configure.in: Use src/nettle instead of src/symmetric.
Rev: configure.in:1.114
parent
22b6c59a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
06ccc06f
...
...
@@ -33,7 +33,7 @@ esac
# FIXME: Should be obsoleted by the nettle library
# We want to compile the crypto lib for use with lsh
CPPFLAGS="$CPPFLAGS -I$srcdir -I$srcdir/src -I$srcdir/src/symmetric/include -DLSH"
#
CPPFLAGS="$CPPFLAGS -I$srcdir -I$srcdir/src -I$srcdir/src/symmetric/include -DLSH"
# GNU libc defaults to supplying the ISO C library functions only.
# initgroups() and strsignal() are extensions; the _GNU_SOURCE define
...
...
@@ -671,6 +671,6 @@ fi
AC_CONFIG_FILES([Makefile doc/Makefile misc/Makefile
src/Makefile src/scm/Makefile
src/testsuite/Makefile src/rsync/Makefile
src/
symmetric
/Makefile src/symmetric/include/Makefile
src/
nettle
/Makefile src/symmetric/include/Makefile
contrib/Makefile contrib/lsh.spec])
AC_OUTPUT
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