From: Trond Norbye Date: Tue, 5 Aug 2008 10:47:39 +0000 (+0200) Subject: Fix macro for verifying proper struct padding in protocol_binary.m4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=dcd6a2b25c3bee3895a72452e8c0a1fa6abb35cd;p=awesomized%2Flibmemcached Fix macro for verifying proper struct padding in protocol_binary.m4 --- 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"