Build system, lua plugin: Update for Lua 5.1
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 25 Nov 2010 11:36:33 +0000 (12:36 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 25 Nov 2010 11:36:33 +0000 (12:36 +0100)
commitd04be065523bf73e220664adab166b61ae5410c8
tree6932fdd9e26554d6f9cd3277a5d92ef0f713059b
parent42fa6be9ebeb1fb386a99950ef5a835c40caf1fc
Build system, lua plugin: Update for Lua 5.1

I realized I used Lua 5.0 which has been superseeded by Lua 5.1 in 2006.

The build system now uses pkg-config to check for Lua 5.1. Minor
adjustments had to be made to the plugin to work with the new version.
configure.in
src/lua.c