Ignore:
Timestamp:
2022-09-05T14:08:22+12:00 (20 months ago)
Author:
davidb
Message:

Changed to checkout gnomelib and imagemagic tests the value (true/false), rather then the existence of the property (set/unset)

File:
1 edited

Legend:

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

    r36538 r36572  
    41354135
    41364136 <!-- Compile up imagemagick src folder if: the checkout.imagemagick.ext flag is turned on, if the imagick source code exists and if hasn't already been compiled up, then compile it up. Later can check if a gs-specific binary version has been installed already, in which case compilation won't be necessary. -->
    4137   <target name="compile-imagemagick" if="checkout.imagemagick.ext">
     4137  <target name="compile-imagemagick" if="${checkout.imagemagick.ext}">
    41384138   
    41394139    <property name="imagemagick.src.dir" value="${gs2build.home}/ext/imagemagick"/>
     
    41824182       and if not using the binary version (gnome-lib-minimal),
    41834183       and if the gnome-lib src folder is not already compiled up. -->
    4184   <target name="compile-gnome-lib" if="checkout.gnomelib.ext" unless="current.os.iswindows">
     4184  <target name="compile-gnome-lib" if="${checkout.gnomelib.ext}" unless="current.os.iswindows">
    41854185
    41864186    <!-- http://stackoverflow.com/questions/3290307/sourcing-a-shell-profile-in-an-ant-build-file
Note: See TracChangeset for help on using the changeset viewer.