summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordtucker <dtucker>2009-03-07 01:32:22 +0000
committerdtucker <dtucker>2009-03-07 01:32:22 +0000
commit28f38708948528f16eda9cc2a3a32a187bdcfdbf (patch)
tree5f025a6bb7f6b69a17aca5e7356f0f2aa6f7a1e2 /configure.ac
parent6914f8ca31122079efe7daef193cbf9c1dd53a3d (diff)
downloadopenssh-28f38708948528f16eda9cc2a3a32a187bdcfdbf.tar.gz
- (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b33914da..0ec8a198 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.415 2009/02/16 04:37:03 djm Exp $
+# $Id: configure.ac,v 1.416 2009/03/07 01:32:22 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
-AC_REVISION($Revision: 1.415 $)
+AC_REVISION($Revision: 1.416 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -2694,7 +2694,7 @@ AC_CHECK_TYPES([fsblkcnt_t, fsfilcnt_t],,,[
#endif
])
-AC_CHECK_TYPES(in_addr_t,,,
+AC_CHECK_TYPES([in_addr_t in_port_t],,,
[#include <sys/types.h>
#include <netinet/in.h>])