Bug 78207

Summary: The fix of the bug 72081, reported on 3.1.94, is missing in 3.2.1
Product: [Developer tools] configure Reporter: David Rutitsky <drutitsky>
Component: generalAssignee: 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:

Description David Rutitsky 2004-03-22 13:53:40 UTC
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.
Comment 1 Stephan Kulow 2004-03-22 14:30:56 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>])