Ignore:
Timestamp:
2006-08-22T14:54:05+12:00 (18 years ago)
Author:
kjdon
Message:

added a new flag: disable-yaz. yaz is now compiled by default (for use with downloading in GLI), but z3950 support in greenstone library is still left under the control of --enable-z3950. the disable-yaz flag turns off the compilation of yaz for those compiling from source if they don't need it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r11489 r12492  
    4949AC_SUBST(USE_Z3950)
    5050fi
     51
     52dnl
     53dnl Set use of yaz - now compiled by default even when z3950 support not required
     54dnl
     55AC_ARG_ENABLE(yaz, [  --disable-yaz          Disable YAZ compilation], USE_YAZ=0, USE_YAZ=1)
     56dnl if test USE_YAZ = 1; then
     57AC_DEFINE(USE_YAZ, $USE_YAZ)
     58AC_SUBST(USE_YAZ)
     59dnl fi
    5160
    5261dnl
Note: See TracChangeset for help on using the changeset viewer.