Bug 100729 - [PATCH] remove problematic java checks in kdebase/configure.in.in
Summary: [PATCH] remove problematic java checks in kdebase/configure.in.in
Status: RESOLVED DUPLICATE of bug 84271
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-03 12:40 UTC by Gregorio Guidi
Modified: 2006-06-23 12:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kdebase-java-check.patch (1.08 KB, patch)
2005-03-03 12:41 UTC, Gregorio Guidi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gregorio Guidi 2005-03-03 12:40:48 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Splitting from bug 84271...

The java-related checks available in acinclude.m4.in and used by kdebase are really not needed (The only part of kdebase that needs it is kcontrol/konqhtml/javaopts.cpp, that uses the value of PATH_JAVA to provide a default to the "Path to Java executable" option), and are troublesome for at least a couple reasons.
One is bug 84271, and another is the fact that the test fails with the java implementation from ibm, because it does not provide libhpi.so.

The following patch removes the KDE_CHECK_JAVA_DIR macro and substitutes it with a little snippet of code in kcontrol/konqhtml/configure.in.in
Comment 1 Gregorio Guidi 2005-03-03 12:41:25 UTC
Created attachment 9943 [details]
kdebase-java-check.patch
Comment 2 Christian Loose 2005-03-14 11:30:20 UTC
This is definitely not a Cervisia bug report, so I reassign it back to product "kde".
Comment 3 Ismail Donmez 2006-06-23 12:38:50 UTC

*** This bug has been marked as a duplicate of 84271 ***