Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8747 in orxonox.OLD for branches/terrain/acinclude.m4


Ignore:
Timestamp:
Jun 23, 2006, 4:45:04 PM (18 years ago)
Author:
ponder
Message:

Added a boundary check to the getAltitude() method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/acinclude.m4

    r8715 r8747  
    303303      if test -e ${_lua_lib_directory}/liblua.a  || test -e ${_lua_lib_directory}/liblua.dylib ; then
    304304        LUA_LIB_DIRECTORY=${_lua_lib_directory}
    305         LDFLAGS="${LDFLAGS} -L${LUA_LIB_DIRECTORY} -llua"
     305        LDFLAGS="${LDFLAGS} -L${LUA_LIB_DIRECTORY} -llualib"
    306306        break
    307307      fi
Note: See TracChangeset for help on using the changeset viewer.