Changeset 18417 for greenstone3


Ignore:
Timestamp:
2009-01-23T16:43:46+13:00 (15 years ago)
Author:
ak19
Message:

Set javagdbm configuring step back to being done on unix OS systems only (else it failed on Windows).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r18380 r18417  
    11411141      Configuring JavaGDBM
    11421142    </echo>
    1143     <exec executable="${javagdbm.home}/configure"
    1144       dir="${javagdbm.home}">
     1143   
     1144    <exec executable="${javagdbm.home}/configure" os="${os.unix}" dir="${javagdbm.home}">
    11451145      <arg value="--prefix=${basedir}"/>
    11461146      <arg value="--libdir=${lib.jni}"/>
     
    17241724      Configuring GDBM
    17251725    </echo>
    1726     <exec executable="${gdbm.home}/${gdbm.version}/configure" os="${os.mac},${os.unix}"
     1726    <exec executable="${gdbm.home}/${gdbm.version}/configure" os="${os.unix}"
    17271727      dir="${gdbm.home}/${gdbm.version}">
    17281728      <arg value="--disable-shared"/>
Note: See TracChangeset for help on using the changeset viewer.