summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 11:26:14 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 11:26:14 +0200
commit5c084f842ae21d861818a33922b5c77cb17ad8e4 (patch)
treecbe49d97a32acbaf7e8695392685d4020b8f2688 /configure.ac
parente9df6383be6b95621250c7258909587098d70999 (diff)
downloadrpm-5c084f842ae21d861818a33922b5c77cb17ad8e4.tar.gz
Unconditionally include <netdb.h> where needed instead of system.h
- there's no fallback for missing netdb.h so there's little point conditionalizing it - avoid yet more system.h pollution
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 5d53be552..264d8a389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,7 +356,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)
+AC_CHECK_HEADERS(fcntl.h getopt.h memory.h)
AC_CHECK_HEADERS(sys/ipc.h)
AC_CHECK_HEADERS(sys/mman.h sys/utsname.h sys/wait.h)