summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2016-02-14 08:06:54 +0000
committeragc <agc@pkgsrc.org>2016-02-14 08:06:54 +0000
commit8f9b66fd77ddf40e76bcc6685f5393baf1fbad94 (patch)
tree5e77d036799a8c549d96c6e98e28044a8403e10b /pkgtools
parentac943a20de4e7246dd3381cf118d096ceccc8281 (diff)
downloadpkgsrc-8f9b66fd77ddf40e76bcc6685f5393baf1fbad94.tar.gz
Fix a small typo to ensure the name of the header file is correct.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/pkg_install/files/configure2
-rw-r--r--pkgtools/pkg_install/files/configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/configure b/pkgtools/pkg_install/files/configure
index 9265af2e526..21579c95964 100755
--- a/pkgtools/pkg_install/files/configure
+++ b/pkgtools/pkg_install/files/configure
@@ -4798,7 +4798,7 @@ fi
done
-for ac_header in assert.h ctype.h dirent.h err.h errno.h fnctl.h \
+for ac_header in 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
do :
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 \