]> www.ginac.de Git - ginac.git/commitdiff
configure: don't check for sizeof(long double), we don't use it.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sat, 6 Sep 2008 05:21:18 +0000 (09:21 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 6 Nov 2008 14:02:59 +0000 (17:02 +0300)
configure.ac

index 9c2fc1b641a71adc51c12b2d6900b5973d49cbb6..0a299e90610dedd4c6c41914b216dfb1d4b7f1b1 100644 (file)
@@ -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.