Changeset 36428 for main


Ignore:
Timestamp:
2022-08-22T14:37:28+12:00 (21 months ago)
Author:
davidb
Message:

gnomelib opt needs to be in else clause (historic oversight, given our default params); additional changes to testing for 'true' rather than 'isset' for with.jni

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r36427 r36428  
    763763   </condition>
    764764
    765   <condition property="gs2.opt.args" value="${opt.gnomelibext.arg} ${opt.wvware.arg}" else="${opt.wvware.arg} --disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
     765  <condition property="gs2.opt.args" value="${opt.gnomelibext.arg} ${opt.wvware.arg}" else="${opt.gnomelibext.arg} ${opt.wvware.arg} --disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
    766766    <istrue value="${with.jni}"/>
    767767  </condition>
     
    33073307    <mkdir dir="${build.home}"/>
    33083308   
    3309     <if><bool><isset property="with.jni"/></bool>
     3309    <if><bool><istrue value="${with.jni}"/></bool>
    33103310    <javac srcdir="${src.home}"
    33113311           destdir="${build.home}"
Note: See TracChangeset for help on using the changeset viewer.