summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-03-07 18:06:22 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-03-07 18:06:22 +1100
commit30ed668de0f7755934971f2e7e80b62073091624 (patch)
tree0df3584e525fc34652955ab0e89599d8a18b6844 /configure.ac
parentccfee058820699bc6d5f5e10e8f546c1e95b4c1d (diff)
- (dtucker) [configure.ac] Missing comma in type list.
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 0ec8a198..a2cb7a21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.416 2009/03/07 01:32:22 dtucker Exp $
+# $Id: configure.ac,v 1.417 2009/03/07 07:06: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.416 $)
+AC_REVISION($Revision: 1.417 $)
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 in_port_t],,,
+AC_CHECK_TYPES([in_addr_t, in_port_t],,,
[#include <sys/types.h>
#include <netinet/in.h>])