git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66633e0
)
configure: don't check for sizeof(long double), we don't use it.
author
Alexei Sheplyakov
<varg@theor.jinr.ru>
Sat, 6 Sep 2008 05:21:18 +0000
(09:21 +0400)
committer
Alexei Sheplyakov
<varg@theor.jinr.ru>
Tue, 9 Sep 2008 10:17:08 +0000
(14:17 +0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ab7108572f3890ba3ad87cfe4163a5c185ddaccc..75a644bef1862e4d27c7af386ef234e6463ea045 100644
(file)
--- 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.