From: Brian Aker Date: Mon, 13 Feb 2012 19:25:44 +0000 (-0800) Subject: Remove dead configure.ac issues. X-Git-Tag: 1.0.5~53 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=3dc31b013fe325e7c2f5946e37546d2b1a014509;p=m6w6%2Flibmemcached Remove dead configure.ac issues. --- diff --git a/configure.ac b/configure.ac index 7378dff6..53caf241 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,6 @@ AX_PTHREAD AX_CXX_CINTTYPES CONFIG_EXTRA DETECT_BYTEORDER -ENABLE_UTILLIB SETSOCKOPT_SANITY ENABLE_HSIEH_HASH ENABLE_MURMUR_HASH diff --git a/m4/pandora_canonical.m4 b/m4/pandora_canonical.m4 index 1460c9df..c18ee3f2 100644 --- a/m4/pandora_canonical.m4 +++ b/m4/pandora_canonical.m4 @@ -114,7 +114,6 @@ AC_DEFUN([PANDORA_CANONICAL_TARGET],[ dnl autoconf doesn't automatically provide a fail-if-no-C++ macro dnl so we check c++98 features and fail if we don't have them, mainly dnl for that reason - PANDORA_CHECK_CXX_STANDARD m4_if(PCT_REQUIRE_CXX, [yes], [ AS_IF([test "$ac_cv_cxx_stdcxx_98" = "no"],[ AC_MSG_ERROR([No working C++ Compiler has been found. ${PACKAGE} requires a C++ compiler that can handle C++98])