From: Mark Slee Date: Wed, 29 Aug 2007 04:36:53 +0000 (+0000) Subject: Autoconf fixes X-Git-Tag: 0.2.0~1240 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=6868eae42a889f002da365bd1bf538dae748ace9;p=common%2Fthrift.git Autoconf fixes Summary: Need these after some recent changes to rebuild with Engeleman's fix Reviewed By: aditya Test Plan: Build compiler git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665232 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/configure.ac b/compiler/cpp/configure.ac index 1c56c572..683133ed 100644 --- a/compiler/cpp/configure.ac +++ b/compiler/cpp/configure.ac @@ -12,6 +12,8 @@ AC_CHECK_HEADERS([stddef.h]) AX_BOOST_BASE([1.33.1]) +AC_CHECK_FUNCS([memset]) + AC_CHECK_FUNCS([mkdir]) AC_CHECK_FUNCS([realpath]) @@ -28,6 +30,8 @@ AC_FUNC_VPRINTF AC_TYPE_SIZE_T +AC_C_INLINE + AC_C_CONST AC_C_VOLATILE