summaryrefslogtreecommitdiffstats
path: root/src/mapi/entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/entry.c')
-rw-r--r--src/mapi/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/entry.c b/src/mapi/entry.c
index b5126ade4cb..0105820b06b 100644
--- a/src/mapi/entry.c
+++ b/src/mapi/entry.c
@@ -53,7 +53,7 @@
# endif
#elif defined(USE_X86_64_ASM) && defined(__GNUC__) && defined(USE_ELF_TLS)
# include "entry_x86-64_tls.h"
-#elif defined(USE_PPC64LE_ASM) && defined(__GNUC__) && defined(PIPE_ARCH_LITTLE_ENDIAN)
+#elif defined(USE_PPC64LE_ASM) && defined(__GNUC__) && PIPE_ARCH_LITTLE_ENDIAN
# ifdef USE_ELF_TLS
# include "entry_ppc64le_tls.h"
# else