From: Niels Möller Date: Mon, 29 Mar 2010 13:51:37 +0000 (+0200) Subject: Typo fix in ABI check. X-Git-Tag: camellia_32bit_20100720~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=525862bc5c5a4bdd07ef71db15249c2a3177aee5;p=thirdparty%2Fnettle.git Typo fix in ABI check. Rev: nettle/configure.ac:1.18 --- diff --git a/configure.ac b/configure.ac index 9d18b771..8d7d3b1b 100644 --- a/configure.ac +++ b/configure.ac @@ -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