From b21923803208edf7ec3b0bfaa51f813cb25a0d86 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Sat, 6 Sep 2008 09:21:18 +0400 Subject: [PATCH] configure: don't check for sizeof(long double), we don't use it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ab710857..75a644be 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ dnl (golden_ratio_hash). AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(long long) -AC_CHECK_SIZEOF(long double) AC_CHECK_SIZEOF(void *) dnl Switch to C++ language mode for the following libraries and headers. -- 2.49.0