diff options
author | Tim Rice <tim@multitalents.net> | 2003-03-18 10:21:40 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2003-03-18 10:21:40 -0800 |
commit | 4e4dc561ae948a410fb82fd8b0960ec2cf8e2e70 (patch) | |
tree | 0b6421755509120a24fb6881d71b0b540a7ff839 /configure.ac | |
parent | cafbcc73349f4e14afed5207b81a1205afc2cee2 (diff) | |
download | openssh-git-4e4dc561ae948a410fb82fd8b0960ec2cf8e2e70.tar.gz |
[configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3469af2f..83575758 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.110 2003/03/10 00:38:10 djm Exp $ +# $Id: configure.ac,v 1.111 2003/03/18 18:21:41 tim Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -1483,6 +1483,8 @@ if test "x$ac_cv_have_struct_timeval" = "xyes" ; then have_struct_timeval=1 fi +AC_CHECK_TYPES(struct timespec) + # If we don't have int64_t then we can't compile sftp-server. So don't # even attempt to do it. if test "x$ac_cv_have_int64_t" = "xno" -a \ |