]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix portability quirk.
authorSimon Josefsson <simon@josefsson.org>
Tue, 8 Nov 2011 20:09:54 +0000 (21:09 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 8 Nov 2011 20:09:54 +0000 (21:09 +0100)
configure.ac

index 65a947a5e6d7bb670c2866d1f774a10913987ec1..83d882016917d58a2471b478ce8d3cf4e9c8335d 100644 (file)
@@ -107,7 +107,7 @@ fi
 
 AM_CONDITIONAL(ASM_X86_64, test x"$hw_accel" = x"x86-64")
 AM_CONDITIONAL(ASM_X86_32, test x"$hw_accel" = x"x86")
-AM_CONDITIONAL(ASM_X86, test x"$hw_accel" = x"x86" -o x"$hw_accel" = x"x86-64")
+AM_CONDITIONAL(ASM_X86, test x"$hw_accel" = x"x86" || test x"$hw_accel" = x"x86-64")
 AM_CONDITIONAL(HAVE_GCC_GNU89_INLINE_OPTION, test "$gnu89_inline" = "yes"])
 AM_CONDITIONAL(HAVE_GCC, test "$GCC" = "yes")