aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-07 09:49:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-07 09:49:06 +0000
commit61e2a8108b604b55bc88e741ad6378827c926ade (patch)
tree6ffe39c3cde43dec11e68befcff74f3e38612fc9 /configure.in
parentabb14de7e05505d4159e6ffbb75f6135d21b3f6e (diff)
7.6.1-pre3
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index de707cd21..91409d174 100644
--- a/configure.in
+++ b/configure.in
@@ -659,6 +659,9 @@ AC_CHECK_SIZEOF(long double, 8)
# check for 'long long'
AC_CHECK_SIZEOF(long long, 4)
+# check for ssize_t
+AC_CHECK_TYPE(ssize_t, int)
+
dnl Get system canonical name
AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED(OS, "${host}")