diff options
author | agc <agc@pkgsrc.org> | 2016-02-14 08:37:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2016-02-14 08:37:25 +0000 |
commit | a8736dc0a5d0860abfb357eeeec0952102b019e7 (patch) | |
tree | e4d08033703a3fdf771a575f98ff8be85181bac1 /pkgtools | |
parent | 8f9b66fd77ddf40e76bcc6685f5393baf1fbad94 (diff) | |
download | pkgsrc-a8736dc0a5d0860abfb357eeeec0952102b019e7.tar.gz |
make the name of the header file correct here too
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/lib/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/config.h.in b/pkgtools/pkg_install/files/lib/config.h.in index 695e2eb150e..1862c576848 100644 --- a/pkgtools/pkg_install/files/lib/config.h.in +++ b/pkgtools/pkg_install/files/lib/config.h.in @@ -15,8 +15,8 @@ /* Define to 1 if you have the <err.h> header file. */ #undef HAVE_ERR_H -/* Define to 1 if you have the <fnctl.h> header file. */ -#undef HAVE_FNCTL_H +/* Define to 1 if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H /* Define to 1 if you have the <fnmatch.h> header file. */ #undef HAVE_FNMATCH_H |