]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Typo fix in ABI check.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 29 Mar 2010 13:51:37 +0000 (15:51 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 29 Mar 2010 13:51:37 +0000 (15:51 +0200)
Rev: nettle/configure.ac:1.18

configure.ac

index 9d18b771bf44922e47f070fcf4bad01a4bef8f85..8d7d3b1ba0c49239655766dd266c408de1962805 100644 (file)
@@ -187,14 +187,14 @@ case "$host_cpu" in
     asm_path=x86
     ;;
   [x86_64 | amd64])
-    if test "x$ABI" = 64 ; then
+    if test "$ABI" = 64 ; then
       asm_path=x86_64
     else
       asm_path=x86
     fi
     ;;
   *sparc*)
-    if test "x$ABI" = 64 ; then
+    if test "$ABI" = 64 ; then
       asm_path=sparc64
     else
       asm_path=sparc32