From 2ade35c65ae66f60d2d33ddd54fc7e53bf9ad87c Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 31 Jul 2015 16:43:59 -0700 Subject: [PATCH] expose have 128bit type to options flags --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 08acfd7aa..bc15219aa 100644 --- a/configure.ac +++ b/configure.ac @@ -2128,6 +2128,12 @@ then AM_CFLAGS="$AM_CFLAGS -wd10006" fi +# Expose HAVE___UINT128_T to options flags" +if test "$ac_cv_type___uint128_t" = "yes" +then + AM_CFLAGS="$AM_CFLAGS -DHAVE___UINT128_T" +fi + LIB_SOCKET_NSL AX_HARDEN_CC_COMPILER_FLAGS