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.in

    r2204 r2213  
    2828AC_SUBST(USE_CORBA)
    2929
    30 AC_ARG_WITH(micodir, [  --with-micodir          Use installed MICO directory], export MICO_DIR=$enableval, export MICO_DIR=default)
     30AC_ARG_WITH(micodir, [  --with-micodir          Use installed MICO directory], export MICO_DIR=$enableval, export MICO_DIR="default")
    3131AC_DEFINE(MICO_DIR)
    3232AC_SUBST(MICO_DIR)
     
    6060if test $USE_CORBA = 1; then
    6161
    62 if test $MICO_DIR = default; then
     62if test $MICO_DIR = "default"; then
    6363#do something
    6464MICO_INC="-I packages/mico/mico/include"
Note: See TracChangeset for help on using the changeset viewer.