From 3c3791e8be94dc75a1fa2167ce1ac8d5e724ebc8 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 9 Apr 2004 18:09:16 +0000 Subject: [PATCH] Use AC_HEADER_MAJOR for better makedev/major/minor determination. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.34.1