From ee9bee5d4622e3fd2f0d112a15df35565809eb32 Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Thu, 7 Nov 2013 07:46:04 +0000 Subject: [PATCH] $CPU no longer exists, use $CPUNAME for libatomic-ops. Change-Id: Ic70214d5e875dc7672b5b9496f1d6a7d624d6ed6 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b92cb4d22c16..d055ddcbae22 100644 --- a/configure.ac +++ b/configure.ac @@ -8469,7 +8469,7 @@ if test "x$enable_firebird_sdbc" = "xyes"; then AC_MSG_RESULT([none]) else dnl We need libatomic-ops for any non X86/X64 system - if test "$CPU" != I -a "$CPU" != X; then + if test "${CPUNAME}" != INTEL -a "${CPUNAME}" != X86_64; then dnl =================================================================== dnl Check for system libatomic-ops dnl ===================================================================