summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorgrant <grant>2003-09-06 05:53:03 +0000
committergrant <grant>2003-09-06 05:53:03 +0000
commitfc1d6718b1d571250fe6d33cc22119beb5795ea1 (patch)
tree1a68df929dc51090c473f19df941a87c79acacaf /archivers
parent27d16fcc10704f5e8368e6742b3670ff62d0a519 (diff)
downloadpkgsrc-fc1d6718b1d571250fe6d33cc22119beb5795ea1.tar.gz
libnbcompat tests for pwd.h, so no need to test for it here.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pax/files/config.h.in3
-rwxr-xr-xarchivers/pax/files/configure3
-rw-r--r--archivers/pax/files/configure.ac2
3 files changed, 2 insertions, 6 deletions
diff --git a/archivers/pax/files/config.h.in b/archivers/pax/files/config.h.in
index a867aeb4c77..2c079410f99 100644
--- a/archivers/pax/files/config.h.in
+++ b/archivers/pax/files/config.h.in
@@ -18,9 +18,6 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
-/* Define to 1 if you have the <pwd.h> header file. */
-#undef HAVE_PWD_H
-
/* Define to 1 if you have the <regexp.h> header file. */
#undef HAVE_REGEXP_H
diff --git a/archivers/pax/files/configure b/archivers/pax/files/configure
index 25242dfad9c..7060dd7bdd2 100755
--- a/archivers/pax/files/configure
+++ b/archivers/pax/files/configure
@@ -2800,8 +2800,7 @@ done
-
-for ac_header in ctype.h grp.h pwd.h regex.h regexp.h rmt.h stdarg.h
+for ac_header in ctype.h grp.h regex.h regexp.h rmt.h stdarg.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
diff --git a/archivers/pax/files/configure.ac b/archivers/pax/files/configure.ac
index 2a335b8d4d8..4042b6643f2 100644
--- a/archivers/pax/files/configure.ac
+++ b/archivers/pax/files/configure.ac
@@ -14,7 +14,7 @@ AC_CHECK_LIB(util, fparseln)
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([ctype.h grp.h pwd.h regex.h regexp.h rmt.h stdarg.h])
+AC_CHECK_HEADERS([ctype.h grp.h regex.h regexp.h rmt.h stdarg.h])
AC_CHECK_HEADERS([sys/ioctl.h sys/mtio.h sys/resource.h sys/uio.h sys/wait.h])
# Checks for library functions.