Changeset 2204 for trunk/gsdl/configure


Ignore:
Timestamp:
2001-03-20T15:01:21+12:00 (23 years ago)
Author:
say1
Message:

fixes to corba config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r2173 r2204  
    580580if test "${enable_corba+set}" = set; then
    581581  enableval="$enable_corba"
    582   USE_CORBA=1
    583 else
    584   USE_CORBA=0
     582  export USE_CORBA=1
     583else
     584  export USE_CORBA=0
    585585fi
    586586
     
    594594if test "${with_micodir+set}" = set; then
    595595  withval="$with_micodir"
    596   MICO_DIR=$enableval
    597 else
    598   MICO_DIR="default"
     596  export MICO_DIR=$enableval
     597else
     598  export MICO_DIR=default
    599599fi
    600600
     
    990990fi
    991991
    992 for ac_prog in gawk mawk nawk awk
     992for ac_prog in mawk gawk nawk awk
    993993do
    994994# Extract the first word of "$ac_prog", so it can be a program name with args.
Note: See TracChangeset for help on using the changeset viewer.