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
Dmitry Baryshkov
nettle
Commits
0aa21b12
Commit
0aa21b12
authored
Feb 12, 2002
by
Niels Möller
Browse files
Fixed spelling of --enable-assembler. Commented
out debug echo:s. Rev: src/nettle/configure.in:1.12
parent
438f2beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
0aa21b12
...
...
@@ -31,7 +31,7 @@ if test x$with_lib_path != x ; then
fi
AC_ARG_ENABLE(assembler,
AC_HELP_STRING([--enable-assebler],[enable assembler code [default=yes]]),
AC_HELP_STRING([--enable-asse
m
bler],[enable assembler code [default=yes]]),
[ case $enableval in
yes|no) ;;
*) AC_MSG_ERROR([bad value $enableval for --enable-assembler, need yes or no]) ;;
...
...
@@ -64,15 +64,15 @@ case "$host" in
;;
esac
echo "enable_assembler: $enable_assembler, path: $path"
#
echo "enable_assembler: $enable_assembler, path: $path"
if test "$enable_assembler" = yes ; then
if test -n "$path"; then
found=no
for tmp_f in aes aes_tables; do
echo "Looking for $path/$tmp_f.asm"
#
echo "Looking for $path/$tmp_f.asm"
if test -f "$path/$tmp_f.asm"; then
echo found
#
echo found
found=yes
AC_CONFIG_LINKS($tmp_f.asm:$path/$tmp_f.asm)
fi
...
...
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