Ignore:
Timestamp:
2001-02-09T15:00:17+13:00 (23 years ago)
Author:
jrm21
Message:

z39.50 is no longer compiled by default. Use the --enable-z3950 option to
configure to include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r1860 r1938  
    2424dnl Set use of corba
    2525dnl
    26 AC_ARG_ENABLE(corba, [ --enable-corba     Enable CORBA support], USE_CORBA=1, USE_CORBA=0)
     26AC_ARG_ENABLE(corba, [  --enable-corba          Enable CORBA support], USE_CORBA=1, USE_CORBA=0)
    2727AC_DEFINE(USE_CORBA)
    2828AC_SUBST(USE_CORBA, $(USE_CORBA))
    2929
    30 AC_ARG_WITH(micodir, [  --with-micodir    Use installed MICO directory], MICO_DIR=$enableval, MICO_DIR="default")
     30AC_ARG_WITH(micodir, [  --with-micodir          Use installed MICO directory], MICO_DIR=$enableval, MICO_DIR="default")
    3131AC_DEFINE(MICO_DIR)
    3232AC_SUBST(MICO_DIR, $(MICO_DIR))
     33
     34dnl
     35dnl Set use of z39.50
     36dnl
     37AC_ARG_ENABLE(z3950, [  --enable-z3950          Enable Z39.50 client support], USE_Z3950=1, USE_Z3950=0)
     38AC_DEFINE(USE_Z3950)
     39AC_SUBST(USE_Z3950)
    3340
    3441dnl Checks for programs.
     
    262269AC_CONFIG_SUBDIRS(packages)
    263270
    264 AC_OUTPUT(packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
     271AC_OUTPUT(packages/Makefile packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    265272          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
    266273      src/mgpp/lib/Makefile src/mgpp/text/Makefile
Note: See TracChangeset for help on using the changeset viewer.