Changeset 19459

Show
Ignore:
Timestamp:
11/10/06 15:47:43 (2 years ago)
Author:
patrick
Message:

Drop support for omniORB 3.0. I would like to update the omniORB detection
test to use flagpoll, and as I recall, that version did not include
pkg-config support.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/configure.ac

    r19451 r19459  
    8282            [  --with-cxx-orb=<NAME>   Name of C++ ORB to use          [default=omniORB4] 
    8383                          Allowed values are: 
    84                             omniORB3, omniORB4, TAO], 
     84                            omniORB4, TAO], 
    8585            cxx_orb_name="$withval", cxx_orb_name='omniORB4') 
    8686 
     
    456456 
    457457AH_TEMPLATE([TWEEK_INCLUDE_CORBA_H], 
    458    [Define to include the main CORBA header file -- for example: <omniORB3/CORBA.h>]) 
     458   [Define to include the main CORBA header file -- for example: <omniORB4/CORBA.h>]) 
    459459AH_TEMPLATE([TWEEK_ORB_VER_STRING], 
    460    [Define to an ORB identifier string used to initialized the ORB -- for example: "omniORB3"]) 
     460   [Define to an ORB identifier string used to initialized the ORB -- for example: "omniORB4"]) 
    461461 
    462462# Find omniORB.  This one is a beast. 
     
    526526      else 
    527527         LIBS="$LIBS -l$tweek_omni_lib -lomnithread" 
    528       fi 
    529  
    530       if test "x$OMNI_VER" = "x3" ; then 
    531          LIBS="$LIBS -lomniGK_stub" 
    532528      fi 
    533529 
     
    630626            CXX_ORB_LIB="-l$tweek_omni_lib -lomnithread -lomniDynamic$OMNI_VER" 
    631627            CXX_ORB_LDFLAGS="-L$OMNI_LIB_DIR" 
    632  
    633             if test "x$OMNI_VER" = "x3" ; then 
    634                CXX_ORB_LIB="$CXX_ORB_LIB -lomniGK_stub" 
    635             fi 
    636628 
    637629            CXX_ORB_LIB_MSVCCC="$omni_win32_libs" 
     
    953945 
    954946   case $cxx_orb_name in 
    955       omniORB3) 
    956          setup_omniORB_cxx 3 
    957          ;; 
    958947      omniORB4) 
    959948         setup_omniORB_cxx 4