Changeset 924 – HoverRace

Changeset 924

Show
Ignore:
Timestamp:
03/16/10 11:39:17 (5 months ago)
Author:
zoogie
Message:

For now, use pkgconfig to search for Luabind.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r886 r924  
    2929PKG_CHECK_MODULES(DEPS, [ 
    3030    freealut >= 1.1 
     31    luabind >= 0.8 
    3132    libcurl >= 7.18 
    3233    openal >= 0.0.8 
     
    3839dnl TODO: Make LibYAML location configurable. 
    3940YAML_REQUIRE(0.1.1) 
    40  
    41 AC_CHECK_LIB([luabind], [main], , , [$LUA_LIBS]) 
    42 AC_CHECK_HEADER([luabind/luabind.hpp]) 
    4341 
    4442# Checks for header files.