summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-08-26 18:55:09 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-08-26 18:55:09 +0200
commitddf04ea04869b9562cfef769e3248b8323dc90e8 (patch)
treef1a3f7c3e5afa0d8c18be1ceafa198208ee7a6cc
parent456137ff89e0a1a5e5dd4e1ffa24bcd42a8a6fc2 (diff)
downloadnettle-power-asm-wip.tar.gz
Fix syntax error in configure.acpower-asm-wip
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fddde464..d18ddf03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -449,7 +449,6 @@ if test "x$enable_assembler" = xyes ; then
asm_path="powerpc64/fat $asm_path"
OPT_NETTLE_SOURCES="fat-ppc.c $OPT_NETTLE_SOURCES"
FAT_TEST_LIST="none crypto_ext"
- fi
elif test "x$enable_power_crypto_ext" = xyes ; then
asm_path="powerpc64/p8 $asm_path"
fi