projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bfe853
)
commented out the 'long long' and 'long double' checks, as we don't really
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 18 Jan 2002 10:43:55 +0000
(10:43 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 18 Jan 2002 10:43:55 +0000
(10:43 +0000)
use them anyway and they cause warnings in lib/mprint.c
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 43b80d5b1ccda61efd08aceb0339f20e62e35ce1..ea23bf901f3f499e12972f1e3d57239a2bc62f57 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-524,9
+524,9
@@
AC_HEADER_TIME
# mprintf() checks:
# check for 'long double'
-AC_CHECK_SIZEOF(long double, 8)
+
#
AC_CHECK_SIZEOF(long double, 8)
# check for 'long long'
-AC_CHECK_SIZEOF(long long, 4)
+
#
AC_CHECK_SIZEOF(long long, 4)
# check for ssize_t
AC_CHECK_TYPE(ssize_t, int)