From ce17930daed9ee424af12c1ad7c245900f596237 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 10 Oct 2013 20:14:12 +0000 Subject: [PATCH] HAVE_LUA is for Lua, not some particular version thereof. Reorder to match config.h.in (which is autogenerated). svn path=/trunk/; revision=52509 --- cmakeconfig.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index afe280f261..d639e39b88 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -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 header file. */ #cmakedefine HAVE_LUALIB_H 1 -/* Define to use Lua 5.1 */ -#cmakedefine HAVE_LUA 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LUA_H 1