summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-18 09:12:06 +1100
committerDamien Miller <djm@mindrot.org>2000-01-18 09:12:06 +1100
commite0f4574cd0b20bacb37ca60ee12d38825fd7dbc8 (patch)
tree445969e9dd6a0813b9fcadf31ba03a1fce8e2289 /configure.in
parentca673b3d0393e38c06071e1d9d51863fdeff672c (diff)
downloadopenssh-git-e0f4574cd0b20bacb37ca60ee12d38825fd7dbc8.tar.gz
- Compile fix for HPUX and Solaris from Andre Lucas
<andre.lucas@dial.pipex.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5fdce180..a5da0db9 100644
--- a/configure.in
+++ b/configure.in
@@ -157,6 +157,7 @@ AC_CHECK_FUNC(daemon,
)
dnl Checks for data types
+AC_CHECK_SIZEOF(char, 1)
AC_CHECK_SIZEOF(short int, 2)
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long int, 4)