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 | 8d8781bb60b6b26fa0ecf7d7a3686f75eda762bb (patch) | |
tree | e4d08033703a3fdf771a575f98ff8be85181bac1 /pkgtools | |
parent | f6bbffa59a244226a15dc21998ad91ab4f286118 (diff) | |
download | pkgsrc-8d8781bb60b6b26fa0ecf7d7a3686f75eda762bb.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 |