summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d35a19bcc..1b64d11ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.527 2013/06/01 21:18:48 dtucker Exp $ 1# $Id: configure.ac,v 1.528 2013/06/01 22:18:32 dtucker 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.527 $) 18AC_REVISION($Revision: 1.528 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1648,6 +1648,9 @@ const char *gai_strerror(int);
1648AC_SEARCH_LIBS([nanosleep], [rt posix4], [AC_DEFINE([HAVE_NANOSLEEP], [1], 1648AC_SEARCH_LIBS([nanosleep], [rt posix4], [AC_DEFINE([HAVE_NANOSLEEP], [1],
1649 [Some systems put nanosleep outside of libc])]) 1649 [Some systems put nanosleep outside of libc])])
1650 1650
1651AC_SEARCH_LIBS([clock_gettime], [rt],
1652 [AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Have clock_gettime])])
1653
1651dnl Make sure prototypes are defined for these before using them. 1654dnl Make sure prototypes are defined for these before using them.
1652AC_CHECK_DECL([getrusage], [AC_CHECK_FUNCS([getrusage])]) 1655AC_CHECK_DECL([getrusage], [AC_CHECK_FUNCS([getrusage])])
1653AC_CHECK_DECL([strsep], 1656AC_CHECK_DECL([strsep],