From: Alexei Sheplyakov Date: Sat, 6 Sep 2008 05:21:18 +0000 (+0400) Subject: configure: don't check for sizeof(long double), we don't use it. X-Git-Tag: release_1-4-4~13 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=8f7fd49ceb1edd962897ce55a79fdc87feaf1196;p=ginac.git configure: don't check for sizeof(long double), we don't use it. --- 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.