summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-09-13 17:15:51 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-09-25 18:14:23 +0400
commit3f0d3a1f9c7b7f751473d9293ba2272a28e2a8f2 (patch)
treef4433dac67dcaeeaf8a3cc3689c146413fef08f7 /configure.ac
parentb38639ca49e2d0348bdc774f987a8f2f9d2ede74 (diff)
configure: dismiss libutil.h
Recent versions of libc on Linux (Debian Testing) create lots of compile warnings about direct usage of libutil.h
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index adcd8d2d..75f99a64 100755
--- a/configure.ac
+++ b/configure.ac
@@ -395,7 +395,7 @@ dnl Check other header files.
dnl -------------------------
AC_CHECK_HEADERS([stropts.h sys/ksym.h sys/times.h sys/select.h \
sys/types.h linux/version.h netdb.h asm/types.h \
- sys/param.h limits.h signal.h libutil.h \
+ sys/param.h limits.h signal.h \
sys/socket.h netinet/in.h time.h sys/time.h])
dnl Utility macro to avoid retyping includes all the time