diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-24 22:00:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-24 22:00:46 +0000 |
commit | 7e844bfa2c541ed7ccb0f70600fcb9e005c114bd (patch) | |
tree | b73f0f0b218d8702b88aaa9052c064e6c2022f67 /pkgtools/autoswc/files | |
parent | 6c09e94fe54fdd27b54aee71450a818f28a97308 (diff) | |
download | pkgsrc-7e844bfa2c541ed7ccb0f70600fcb9e005c114bd.tar.gz |
Update to 1.1:
- Fix detection of sys/mount.h in the default configure.ac script.
Diffstat (limited to 'pkgtools/autoswc/files')
-rw-r--r-- | pkgtools/autoswc/files/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/autoswc/files/configure.ac b/pkgtools/autoswc/files/configure.ac index 42930b487f6..0ec9e20e49b 100644 --- a/pkgtools/autoswc/files/configure.ac +++ b/pkgtools/autoswc/files/configure.ac @@ -1,4 +1,4 @@ -dnl $NetBSD: configure.ac,v 1.1.1.1 2004/02/21 23:28:36 jmmv Exp $ +dnl $NetBSD: configure.ac,v 1.2 2004/02/24 22:00:46 jmmv Exp $ dnl ----------------------------------------------------------------------- @@ -48,14 +48,14 @@ AC_HEADER_SYS_WAIT AC_HEADER_TIME AC_HEADER_TIOCGWINSZ AC_CHECK_HEADERS([sys/cdefs.h \ + sys/param.h \ + sys/types.h \ sys/ioctl.h \ sys/mount.h \ - sys/param.h \ sys/resource.h \ sys/stat.h \ sys/statvfs.h \ sys/sysctl.h \ - sys/types.h \ sys/utsname.h \ sys/varargs.h \ sys/vfs.h \ |