Summary: | The fix of the bug 72081, reported on 3.1.94, is missing in 3.2.1 | ||
---|---|---|---|
Product: | [Unmaintained] configure | Reporter: | David Rutitsky <drutitsky> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.2.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Rutitsky
2004-03-22 13:53:40 UTC
CVS commit by coolo: backporting CCMAIL: 78207-done@bugs.kde.org M +2 -1 kdenetwork/configure.in.in 1.60.2.3 M +2 -1 kdepim/configure.in.in 1.31.4.1 --- kdepim/configure.in.in #1.31:1.31.4.1 @@ -60,5 +60,6 @@ AC_CHECK_HEADERS(sys/file.h sys/stat.h sys/time.h sys/cdefs.h sys/sockio.h) AC_CHECK_HEADERS(fcntl.h unistd.h fnmatch.h sysent.h strings.h paths.h) -AC_CHECK_HEADERS(utmp.h re_comp.h getopt.h resolv.h byteswap.h) +AC_CHECK_HEADERS(utmp.h re_comp.h getopt.h byteswap.h) +AC_CHECK_HEADER([resolv.h],,,[#include <netinet/in.h>]) --- kdenetwork/configure.in.in #1.60.2.2:1.60.2.3 @@ -9,5 +9,6 @@ AC_CHECK_HEADERS(sys/file.h sys/stat.h sys/time.h sys/cdefs.h sys/sockio.h) AC_CHECK_HEADERS(fcntl.h unistd.h fnmatch.h sysent.h strings.h paths.h) -AC_CHECK_HEADERS(utmp.h re_comp.h getopt.h resolv.h byteswap.h) +AC_CHECK_HEADERS(utmp.h re_comp.h getopt.h byteswap.h) +AC_CHECK_HEADER([resolv.h],,,[#include <netinet/in.h>]) |