From: Wayne Davison Date: Fri, 9 Apr 2004 18:09:16 +0000 (+0000) Subject: Use AC_HEADER_MAJOR for better makedev/major/minor determination. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3c3791e8be94dc75a1fa2167ce1ac8d5e724ebc8 Use AC_HEADER_MAJOR for better makedev/major/minor determination. --- diff --git a/configure.in b/configure.in index 2b16ff00..56f4f3d6 100644 --- a/configure.in +++ b/configure.in @@ -283,7 +283,8 @@ AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h \ unistd.h utime.h grp.h compat.h sys/param.h ctype.h sys/wait.h \ sys/ioctl.h sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h \ sys/un.h glob.h mcheck.h sys/sysctl.h arpa/inet.h arpa/nameser.h \ - netdb.h malloc.h float.h sys/mkdev.h) + netdb.h malloc.h float.h) +AC_HEADER_MAJOR AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long)