From 35c9b93754ceb73decb3b0ff716b33a8d6861f45 Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Tue, 1 Aug 2017 14:52:07 -0600 Subject: [PATCH] config: remove erroneous define This removes a copy-and-paste error where we were setting the OPAL_ASM_SYNC_HAVE_64BIT more than once. References #3993. Close when on master and v3.0.x. Signed-off-by: Nathan Hjelm --- config/opal_config_asm.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/opal_config_asm.m4 b/config/opal_config_asm.m4 index 48e5598790..69c80652fc 100644 --- a/config/opal_config_asm.m4 +++ b/config/opal_config_asm.m4 @@ -207,9 +207,6 @@ __atomic_add_fetch(&tmp64, 1, __ATOMIC_RELAXED);], [AC_MSG_RESULT([no]) $2]) - AC_DEFINE_UNQUOTED([OPAL_ASM_SYNC_HAVE_64BIT],[$opal_asm_sync_have_64bit], - [Whether 64-bit is supported by the __sync builtin atomics]) - # Check for 128-bit support OPAL_CHECK_GCC_BUILTIN_CSWAP_INT128 ])