[Bug 57906] java detection is incomplete

Dirk Mueller mueller at kde.org
Mon Jul 14 16:47:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=57906     
mueller at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mueller at kde.org  2003-07-14 16:46 -------
Subject: kde-common/admin

CVS commit by mueller: 

use $JAVA_HOME if set. 
CCMAIL: 57906-done at bugs.kde.org


  M +3 -0      acinclude.m4.in   2.376


--- kde-common/admin/acinclude.m4.in  #2.375:2.376
@@ -4820,4 +4820,7 @@
      
       dnl No option set -> look in $PATH
+      if test -n "$JAVA_HOME"; then
+        KDE_JAVA_PREFIX($JAVA_HOME)
+      fi
       KDE_JAVA_PREFIX(/usr/j2se)
       KDE_JAVA_PREFIX(/usr/j*dk*)




More information about the KDevelop-devel mailing list