From 0aa21b12ea4415f5776e9933e3752988ec003ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 12 Feb 2002 02:17:47 +0100 Subject: [PATCH] Fixed spelling of --enable-assembler. Commented out debug echo:s. Rev: src/nettle/configure.in:1.12 --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 3c2ac045..a8b9800a 100644 --- a/configure.in +++ b/configure.in @@ -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-assembler],[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 -- GitLab