Changeset 19459
- Timestamp:
- 11/10/06 15:47:43 (2 years ago)
- Files:
-
- juggler/trunk/modules/tweek/configure.ac (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/tweek/configure.ac
r19451 r19459 82 82 [ --with-cxx-orb=<NAME> Name of C++ ORB to use [default=omniORB4] 83 83 Allowed values are: 84 omniORB 3, omniORB4, TAO],84 omniORB4, TAO], 85 85 cxx_orb_name="$withval", cxx_orb_name='omniORB4') 86 86 … … 456 456 457 457 AH_TEMPLATE([TWEEK_INCLUDE_CORBA_H], 458 [Define to include the main CORBA header file -- for example: <omniORB 3/CORBA.h>])458 [Define to include the main CORBA header file -- for example: <omniORB4/CORBA.h>]) 459 459 AH_TEMPLATE([TWEEK_ORB_VER_STRING], 460 [Define to an ORB identifier string used to initialized the ORB -- for example: "omniORB 3"])460 [Define to an ORB identifier string used to initialized the ORB -- for example: "omniORB4"]) 461 461 462 462 # Find omniORB. This one is a beast. … … 526 526 else 527 527 LIBS="$LIBS -l$tweek_omni_lib -lomnithread" 528 fi529 530 if test "x$OMNI_VER" = "x3" ; then531 LIBS="$LIBS -lomniGK_stub"532 528 fi 533 529 … … 630 626 CXX_ORB_LIB="-l$tweek_omni_lib -lomnithread -lomniDynamic$OMNI_VER" 631 627 CXX_ORB_LDFLAGS="-L$OMNI_LIB_DIR" 632 633 if test "x$OMNI_VER" = "x3" ; then634 CXX_ORB_LIB="$CXX_ORB_LIB -lomniGK_stub"635 fi636 628 637 629 CXX_ORB_LIB_MSVCCC="$omni_win32_libs" … … 953 945 954 946 case $cxx_orb_name in 955 omniORB3)956 setup_omniORB_cxx 3957 ;;958 947 omniORB4) 959 948 setup_omniORB_cxx 4
