Bug 78207 - The fix of the bug 72081, reported on 3.1.94, is missing in 3.2.1
Summary: The fix of the bug 72081, reported on 3.1.94, is missing in 3.2.1
Status: RESOLVED FIXED
Alias: None
Product: configure
Classification: Developer tools
Component: general (show other bugs)
Version: 3.2.1
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-22 13:53 UTC by David Rutitsky
Modified: 2004-03-22 14:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>])