From a7c1fa07ded2209d535bcb37ff6f8605afb20605 Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Tue, 3 Jan 2012 20:27:45 -0500 Subject: [PATCH] No longer need to check for the existance of sys/utsname.h --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3bba22c..07d7399 100644 --- a/configure.in +++ b/configure.in @@ -470,7 +470,7 @@ AC_HEADER_TIOCGWINSZ AC_CHECK_HEADERS(string.h memory.h stdlib.h unistd.h errno.h fcntl.h \ limits.h crypt.h termcap.h termio.h termios.h locale.h \ langinfo.h wchar.h wctype.h iconv.h netdb.h \ - sys/param.h sys/time.h sys/utsname.h sys/stream.h \ + sys/param.h sys/time.h sys/stream.h \ arpa/inet.h arpa/ftp.h) dnl -- 1.7.10.4