diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-11-07 07:46:04 +0000 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-11-07 07:57:54 +0000 |
commit | ee9bee5d4622e3fd2f0d112a15df35565809eb32 (patch) | |
tree | 250ef0e5a0abb40aa9267b1cfd544e6d65e908a6 /configure.ac | |
parent | e66d3da2836121886d3ddbf5129e53eb5662686c (diff) |
$CPU no longer exists, use $CPUNAME for libatomic-ops.
Change-Id: Ic70214d5e875dc7672b5b9496f1d6a7d624d6ed6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 =================================================================== |