VirtualBox

Changeset 71840 in vbox


Ignore:
Timestamp:
Apr 12, 2018 9:47:31 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122047
Message:

Config.kmk: VBOX_JAVA_VERSION is not always defined, so need to check or risk annoying everyone on like windows with warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r71830 r71840  
    73007300
    73017301# Java compiler options, needs some version checking.
    7302 ifneq ($(int-ge $(VBOX_JAVA_VERSION),10900),)
     7302if defined(VBOX_JAVA_VERSION) && $(VBOX_JAVA_VERSION) >= 10900
    73037303 VBOX_JAVA_WS_OPTS ?= --add-modules java.xml.ws
    73047304endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette