Ignore:
Timestamp:
2008-12-19T14:04:46+13:00 (15 years ago)
Author:
oranfry
Message:

use new libsearch4j spec and unzip sqlite package on all platrforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/linux/wrapper.cpp

    r17770 r18283  
    6363    string hint = "";
    6464    Jvm foundJvm;
    65     bool jvmFound = find( foundJvm, true, minimum, phint, hint, false );
     65    bool jvmFound = find( foundJvm, true, minimum, false, false, phint, hint, false );
    6666
    6767    //if the jvm was not found, report not found
     
    7373        //tell them if java is absent or just too old
    7474        Jvm tmpJvm;
    75         if ( find( tmpJvm, false, minimum, phint, hint, false ) ) {
     75        if ( find( tmpJvm, false, minimum, false, false, phint, hint, false ) ) {
    7676            cout << "You have java, but it is too old." << endl;
    7777        } else {
Note: See TracChangeset for help on using the changeset viewer.