summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 19446b3bd..3373dadc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.346 2006/07/12 04:14:31 dtucker Exp $ 1# $Id: configure.ac,v 1.347 2006/07/12 09:02:57 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.346 $) 18AC_REVISION($Revision: 1.347 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -1285,7 +1285,11 @@ AC_CHECK_DECL(tcsendbreak,
1285 1285
1286AC_CHECK_DECLS(h_errno, , ,[#include <netdb.h>]) 1286AC_CHECK_DECLS(h_errno, , ,[#include <netdb.h>])
1287 1287
1288AC_CHECK_DECLS(SHUT_RD, , ,[#include <sys/socket.h>]) 1288AC_CHECK_DECLS(SHUT_RD, , ,
1289 [
1290#include <sys/types.h>
1291#include <sys/socket.h>
1292 ])
1289 1293
1290AC_CHECK_DECLS(O_NONBLOCK, , , 1294AC_CHECK_DECLS(O_NONBLOCK, , ,
1291 [ 1295 [