]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix syntax error in configure.ac power-asm-wip
authorNiels Möller <nisse@lysator.liu.se>
Wed, 26 Aug 2020 16:55:09 +0000 (18:55 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 26 Aug 2020 16:55:09 +0000 (18:55 +0200)
configure.ac

index fddde46441cef101f6bc10ab566e9e2501ec12b3..d18ddf03439e059d4a63ec4a6ba1098b218ee6c2 100644 (file)
@@ -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