From: Ken Hornstein Date: Wed, 4 Jan 2012 01:27:45 +0000 (-0500) Subject: No longer need to check for the existance of sys/utsname.h X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=a7c1fa07ded2209d535bcb37ff6f8605afb20605;p=mmh No longer need to check for the existance of sys/utsname.h --- 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