summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:40:10 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:40:10 +0200
commit2753a5e93441320a89b936a91a88a2576ae0db9a (patch)
treed45512232c6de105f7289cfa9b8ae4b538199b00 /configure.ac
parent68a5dd58034920ac776b8925cd3825f6981798c8 (diff)
downloadrpm-2753a5e93441320a89b936a91a88a2576ae0db9a.tar.gz
Dont include <pwd.h> from system.h, dont bother checking for it either
- no much point conditionalizing something we can't live without - just three places need, no point polluting include space everywhere
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d66c84fed..0215e3481 100644
--- a/configure.ac
+++ b/configure.ac
@@ -377,7 +377,7 @@ AC_HEADER_TIME
AC_CHECK_HEADERS(locale.h)
AC_CHECK_HEADERS(limits.h)
-AC_CHECK_HEADERS(fcntl.h getopt.h memory.h netdb.h pwd.h utime.h)
+AC_CHECK_HEADERS(fcntl.h getopt.h memory.h netdb.h utime.h)
AC_CHECK_HEADERS(sys/ipc.h sys/select.h)
AC_CHECK_HEADERS(sys/types.h sys/stdtypes.h)