From: Nicholas Nethercote Date: Tue, 24 Aug 2004 14:38:53 +0000 (+0000) Subject: Add a reassuring warnings about the linux/mii.h warning. X-Git-Tag: svn/VALGRIND_2_2_0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4572ebc0f1f8b75ac853325eee53134bdb1ecbfa;p=thirdparty%2Fvalgrind.git Add a reassuring warnings about the linux/mii.h warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2612 --- diff --git a/configure.in b/configure.in index 30c215b7dc..e64c318a42 100644 --- a/configure.in +++ b/configure.in @@ -348,7 +348,11 @@ AC_SUBST(PREFERRED_STACK_BOUNDARY) # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h sys/statfs.h sys/time.h sys/endian.h endian.h termios.h unistd.h utime.h linux/fb.h linux/mii.h mqueue.h linux/compiler.h]) +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h sys/statfs.h sys/time.h sys/endian.h endian.h termios.h unistd.h utime.h linux/fb.h mqueue.h linux/compiler.h]) + +AC_CHECK_HEADERS([linux/mii.h]) +AC_MSG_RESULT([ (Nb: Valgrind users, please ignore any warnings about mii.h)]) +AC_MSG_RESULT([ (They are not important)]) # Checks for typedefs, structures, and compiler characteristics. AC_TYPE_UID_T