Changeset 2642 for trunk/gsdl


Ignore:
Timestamp:
2001-07-12T05:06:50+12:00 (23 years ago)
Author:
cs025
Message:

Fixed problem configuring CORBA/MICO on a clean install; the tar file did
not decompress due to confused settings of MICO-DIR when it was not
explicitly set in the configure parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r2582 r2642  
    1010
    1111USE_CORBA=false
     12MICO_DIR=default
    1213
    1314# parse any arguments given from toplevel configure
     
    8586
    8687
    87 #echo USE_CORBA = $USE_CORBA
    88 #echo MICO_DIR = $MICO_DIR
     88echo USE_CORBA = $USE_CORBA
     89echo MICO_DIR = $MICO_DIR
    8990
    9091if test $USE_CORBA = true ; then
Note: See TracChangeset for help on using the changeset viewer.