Changeset 2854

Show
Ignore:
Timestamp:
02/19/07 09:54:30 (6 years ago)
Author:
balister
Message:

Improved autofoo.

Files:
1 modified

Legend:

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

    r2128 r2854  
    1212AC_FUNC_FORK 
    1313 
    14 AC_CORBA_ORB 
     14AC_LANG_PUSH([C++]) 
     15 
     16AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORBi4 library])]) 
     17AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])]) 
     18AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 
     19 
     20AC_LANG_POP 
    1521 
    1622export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"