On Thu, May 21, 2015 at 11:39 AM, Lennart Poettering <lenn...@poettering.net> wrote: > On Tue, 19.05.15 20:17, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: > >> All this checks are always true in any modernish linux system. >> --- >> configure.ac | 11 ----------- >> 1 file changed, 11 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index 3efee22..cd6375b 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -1293,17 +1293,6 @@ AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h >> valgrind/valgrind.h]) >> have_myhostname=no >> AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-myhostname], [disable >> nss-myhostname support])) >> if test "x$enable_myhostname" != "xno"; then >> - AC_HEADER_STDC >> - AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h >> netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h >> nss.h sys/ioctl.h sys/auxv.h]) > > sys/auxv.h at least is a relatively recent addition to glibc, hence > simply removing this all appears too broad...
Right.. that's an oversight.. > > Not sure however why this is in the enable_myhostname part however, it > should just be moved up. Could you prep a patch that does that? Sure.. stay tuned ;) _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel