Changeset 2213 for trunk/gsdl/configure


Ignore:
Timestamp:
2001-03-21T08:48:08+12:00 (23 years ago)
Author:
say1
Message:

sorted out the quotes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r2204 r2213  
    596596  export MICO_DIR=$enableval
    597597else
    598   export MICO_DIR=default
     598  export MICO_DIR="default"
    599599fi
    600600
     
    12251225if test $USE_CORBA = 1; then
    12261226
    1227 if test $MICO_DIR = default; then
     1227if test $MICO_DIR = "default"; then
    12281228#do something
    12291229MICO_INC="-I packages/mico/mico/include"
Note: See TracChangeset for help on using the changeset viewer.