From 7577fd83c16ef3415b61ca1bea1b14e1ab8e4228 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 8 Mar 2002 03:11:07 +0000 Subject: - (bal) Add in check for rpc/types.h since it is needed on some platforms for INADDR_LOOPBACK. We should retest SCO 3 to see if this fixes their problem also. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 84229411e..5e4e659a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.23 2002/02/27 06:12:35 tim Exp $ +# $Id: configure.ac,v 1.24 2002/03/08 03:11:08 mouring Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -325,7 +325,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \ getopt.h glob.h lastlog.h limits.h login.h \ login_cap.h maillock.h netdb.h netgroup.h \ netinet/in_systm.h paths.h poll.h pty.h \ - security/pam_appl.h shadow.h stddef.h stdint.h \ + rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ sys/poll.h sys/queue.h sys/select.h sys/stat.h \ sys/stropts.h sys/sysmacros.h sys/time.h \ -- cgit v1.2.3