$CPU no longer exists, use $CPUNAME for libatomic-ops.

Change-Id: Ic70214d5e875dc7672b5b9496f1d6a7d624d6ed6
This commit is contained in:
Andrzej J.R. Hunt
2013-11-07 07:46:04 +00:00
parent e66d3da283
commit ee9bee5d46

View File

@@ -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 ===================================================================