Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 30, 2006, 4:09:47 PM (19 years ago)
Author:
ponder
Message:

Added debug information to the terrain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/acinclude.m4

    r8962 r8965  
    304304      if test -e ${_lua_lib_directory}/liblua.a  || test -e ${_lua_lib_directory}/liblua.dylib ; then
    305305        LUA_LIB_DIRECTORY=${_lua_lib_directory}
    306         LDFLAGS="${LDFLAGS} -L${LUA_LIB_DIRECTORY} -llualib -ldl"
     306        LDFLAGS="${LDFLAGS} -L${LUA_LIB_DIRECTORY} -llua -llualib -ldl"
    307307        break
    308308      fi
Note: See TracChangeset for help on using the changeset viewer.