From: Marko Kreen Date: Mon, 8 Oct 2007 06:51:24 +0000 (+0000) Subject: test for endianess in configure X-Git-Tag: pgbouncer_1_1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c8cea997d7728a282ee9a4419f78090eda76c02;p=pgbouncer test for endianess in configure --- diff --git a/configure.ac b/configure.ac index 38ea5cb..4e551f1 100644 --- a/configure.ac +++ b/configure.ac @@ -67,6 +67,7 @@ AC_CHECK_HEADERS([sys/ucred.h], [], [], [ dnl Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE +AC_C_BIGENDIAN AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_UINT8_T