build: nuke bashisms
This commit is contained in:
@@ -18,8 +18,8 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||
__asm__ __volatile__("movq $0x100000000,%1; mulq %%rsi" : "+a"(a) : "S"(tmp) : "cc", "%rdx");
|
||||
]])],[has_64bit_asm=yes],[has_64bit_asm=no])
|
||||
AC_MSG_RESULT([$has_64bit_asm])
|
||||
if test x"$set_field" == x"64bit_asm"; then
|
||||
if test x"$has_64bit_asm" == x"no"; then
|
||||
if test x"$set_field" = x"64bit_asm"; then
|
||||
if test x"$has_64bit_asm" = x"no"; then
|
||||
AC_MSG_ERROR([$set_field field support explicitly requested but no x86_64 assembly available])
|
||||
fi
|
||||
fi
|
||||
@@ -43,7 +43,7 @@ else
|
||||
)])
|
||||
LIBS=
|
||||
fi
|
||||
if test x"$has_libcrypto" == x"yes" && test x"$has_openssl_ec" = x; then
|
||||
if test x"$has_libcrypto" = x"yes" && test x"$has_openssl_ec" = x; then
|
||||
AC_MSG_CHECKING(for EC functions in libcrypto)
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||
#include <openssl/ec.h>
|
||||
|
||||
Reference in New Issue
Block a user