summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/configure.ac')
-rw-r--r--pkgtools/pkg_install/files/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/configure.ac b/pkgtools/pkg_install/files/configure.ac
index 462facee833..2ec1ab6c2be 100644
--- a/pkgtools/pkg_install/files/configure.ac
+++ b/pkgtools/pkg_install/files/configure.ac
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.40 2015/10/15 13:31:27 sevan Exp $
+dnl $NetBSD: configure.ac,v 1.41 2016/02/14 08:06:54 agc Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT([pkg_install], [20090911], [joerg@NetBSD.org])
@@ -64,7 +64,7 @@ AC_CHECK_LIB(db, __db185_open, , AC_SEARCH_LIBS(dbopen, [db db1]))
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([assert.h ctype.h dirent.h err.h errno.h fnctl.h \
+AC_CHECK_HEADERS([assert.h ctype.h dirent.h err.h errno.h fcntl.h \
fnmatch.h glob.h grp.h inttypes.h limits.h pwd.h signal.h \
stdarg.h stdio.h stdlib.h string.h time.h unistd.h vis.h])
AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/ioctl.h sys/queue.h \