HAVE_LUA is for Lua, not some particular version thereof.

Reorder to match config.h.in (which is autogenerated).

svn path=/trunk/; revision=52509
This commit is contained in:
Guy Harris 2013-10-10 20:14:12 +00:00
parent aeec217e18
commit ce17930dae
1 changed files with 3 additions and 3 deletions

View File

@ -141,12 +141,12 @@
/* Define to 1 if you have the `inflatePrime' function */
#cmakedefine HAVE_INFLATEPRIME 1
/* Define to use Lua */
#cmakedefine HAVE_LUA 1
/* Define to 1 if you have the <lualib.h> header file. */
#cmakedefine HAVE_LUALIB_H 1
/* Define to use Lua 5.1 */
#cmakedefine HAVE_LUA 1
/* Define to 1 if you have the <lua.h> header file. */
#cmakedefine HAVE_LUA_H 1