$CPU no longer exists, use $CPUNAME for libatomic-ops.
Change-Id: Ic70214d5e875dc7672b5b9496f1d6a7d624d6ed6
This commit is contained in:
@@ -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 ===================================================================
|
||||
|
Reference in New Issue
Block a user