Show
Ignore:
Timestamp:
02/28/07 15:57:50 (6 years ago)
Author:
balister
Message:

Fix improved autofoo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • components/ChannelDemo/trunk/ChannelDemo/configure.ac

    r2935 r2939  
    1515 
    1616AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORB library])]) 
     17AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic library])]) 
    1718AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 
    1819