configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ee9bee5d4622e3fd2f0d112a15df35565809eb32 Author: Andrzej J.R. Hunt <andr...@ahunt.org> Date: Thu Nov 7 07:46:04 2013 +0000
$CPU no longer exists, use $CPUNAME for libatomic-ops. Change-Id: Ic70214d5e875dc7672b5b9496f1d6a7d624d6ed6 diff --git a/configure.ac b/configure.ac index b92cb4d..d055ddc 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 =================================================================== _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits