From: Niels Möller Date: Wed, 26 Aug 2020 16:55:09 +0000 (+0200) Subject: Fix syntax error in configure.ac X-Git-Tag: nettle_3.7rc1~76^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fpower-asm-wip;p=thirdparty%2Fnettle.git Fix syntax error in configure.ac --- 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