From 5aa2cbff74d2f83242943910112d37569a876789 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Wed, 13 Jul 2011 19:05:01 +0200 Subject: [PATCH] Don't include libutil.h on Linux All it does is cause warnings on recent systems with that header installed. It's required for some variants of FreeBSD only. --- hints/linux.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hints/linux.sh b/hints/linux.sh index 2808f86..d0ac9fa 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -18,6 +18,9 @@ # No version of Linux supports setuid scripts. d_suidsafe='undef' +# No version of Linux needs libutil for perl. +i_libutil='undef' + # Debian and Red Hat, and perhaps other vendors, provide both runtime and # development packages for some libraries. The runtime packages contain shared # libraries with version information in their names (e.g., libgdbm.so.1.7.3); -- 1.7.4.1