summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-03-15 10:34:25 +1100
committerDamien Miller <djm@mindrot.org>2013-03-15 10:34:25 +1100
commitf4db77d7668104c1237636781cfbd59ef30f79b0 (patch)
tree253b719c65b4ca1f94ea2da9e9ea1f249ce7fd66 /configure.ac
parenta2438bbd28eb35a8968d193ac89b30a90e96f719 (diff)
- (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Add a usleep replacement for platforms that lack it; ok dtucker
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bf161b257..907192d60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.515 2013/03/14 23:23:07 djm Exp $ 1# $Id: configure.ac,v 1.516 2013/03/14 23:34:25 djm Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
18AC_REVISION($Revision: 1.515 $) 18AC_REVISION($Revision: 1.516 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1604,6 +1604,7 @@ AC_CHECK_FUNCS([ \
1604 unsetenv \ 1604 unsetenv \
1605 updwtmpx \ 1605 updwtmpx \
1606 user_from_uid \ 1606 user_from_uid \
1607 usleep \
1607 vasprintf \ 1608 vasprintf \
1608 vhangup \ 1609 vhangup \
1609 vsnprintf \ 1610 vsnprintf \