Version: 3.2.1 (using KDE KDE 3.2.1) Installed from: Compiled From Sources Compiler: gcc 3.2 sun sparc OS: Solaris The fix attached to resolution of spr 72081 fixing files kdenetwork/configure.in.in and kdepim/configure.in.in is not present in 3.2.1 source tree.
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>])