Changeset 2939 for components/ChannelDemo/trunk/ChannelDemo/configure.ac
- Timestamp:
- 02/28/07 15:57:50 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
components/ChannelDemo/trunk/ChannelDemo/configure.ac
r2935 r2939 15 15 16 16 AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORB library])]) 17 AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic library])]) 17 18 AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 18 19