From dcd6a2b25c3bee3895a72452e8c0a1fa6abb35cd Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Tue, 5 Aug 2008 12:47:39 +0200 Subject: [PATCH] Fix macro for verifying proper struct padding in protocol_binary.m4 --- config/protocol_binary.m4 | 4 +--- configure.ac | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/protocol_binary.m4 b/config/protocol_binary.m4 index 96ce0c0a..7d3a1590 100644 --- a/config/protocol_binary.m4 +++ b/config/protocol_binary.m4 @@ -10,9 +10,7 @@ AC_RUN_IFELSE([ return 1; } ]) -],[ - ; -], AC_MSG_ERROR([Unsupported struct padding done by compiler.])) +],, AC_MSG_ERROR([Unsupported struct padding done by compiler.])) dnl --------------------------------------------------------------------------- dnl End Macro: PROTOCOL_BINARY_TEST diff --git a/configure.ac b/configure.ac index 3376f450..a168929a 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ sinclude(config/debug.m4) sinclude(config/dtrace.m4) sinclude(config/byteorder.m4) sinclude(config/64bit.m4) -#sinclude(config/protocol_binary.m4) +sinclude(config/protocol_binary.m4) # We only support GCC and Sun's forte at the moment if test "$GCC" = "yes" -- 2.30.2