Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r1722 r1860  
    1111AC_SUBST(VERSION)
    1212
     13dnl
     14dnl Set use of fast cgi
     15dnl
    1316USE_FASTCGI=0
    1417if test USE_FASTCGI = 1; then
     
    1619AC_SUBST(USE_FASTCGI)
    1720fi
     21
     22
     23dnl
     24dnl Set use of corba
     25dnl
     26AC_ARG_ENABLE(corba, [ --enable-corba     Enable CORBA support], USE_CORBA=1, USE_CORBA=0)
     27AC_DEFINE(USE_CORBA)
     28AC_SUBST(USE_CORBA, $(USE_CORBA))
     29
     30AC_ARG_WITH(micodir, [  --with-micodir    Use installed MICO directory], MICO_DIR=$enableval, MICO_DIR="default")
     31AC_DEFINE(MICO_DIR)
     32AC_SUBST(MICO_DIR, $(MICO_DIR))
    1833
    1934dnl Checks for programs.
Note: See TracChangeset for help on using the changeset viewer.