X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_drizzle_build.m4;h=2c7a321d512b5bafdc78b4e6f5764ce451382fda;hb=9c7e4d791a127f8ae46aaddc531319da1f34b5ba;hp=35f27161ff0709a1de68b1d9ea9ae35e81d50664;hpb=8fd8f655540e3d6aa0b0a3eb0f4f7df1be2e6542;p=m6w6%2Flibmemcached diff --git a/m4/pandora_drizzle_build.m4 b/m4/pandora_drizzle_build.m4 index 35f27161..2c7a321d 100644 --- a/m4/pandora_drizzle_build.m4 +++ b/m4/pandora_drizzle_build.m4 @@ -9,8 +9,7 @@ dnl are set. AC_DEFUN([PANDORA_DRIZZLE_BUILD],[ - dnl We need to turn on our CXXFLAGS to make sure it shows up correctly - PANDORA_CXX_STL_HASH + PANDORA_HAVE_CXX_UNORDERED PANDORA_CXX_CSTDINT PANDORA_CXX_CINTTYPES @@ -70,16 +69,31 @@ AC_DEFUN([PANDORA_DRIZZLE_BUILD],[ AC_CHECK_TYPES([uint, ulong]) PANDORA_CXX_DEMANGLE + PANDORA_REQUIRE_BOOST([1.38]) + PANDORA_REQUIRE_BOOST_PROGRAM_OPTIONS + AH_TOP([ #ifndef __CONFIG_H__ #define __CONFIG_H__ +#include "config/top.h" +]) + mkdir -p config + cat > config/top.h.stamp </dev/null 2>&1 || mv config/top.h.stamp config/top.h + rm -f config/top.h.stamp + + AH_BOTTOM([ #if defined(__cplusplus) # include CSTDINT_H