From 8f7fd49ceb1edd962897ce55a79fdc87feaf1196 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 9c2fc1b6..0a299e90 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