summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 ===================================================================