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-5-0~63^2~6 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=b21923803208edf7ec3b0bfaa51f813cb25a0d86;hp=66633e0aca7656c2826e2fd06dc638eac8900660 configure: don't check for sizeof(long double), we don't use it. --- 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.