aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-10-10 20:14:12 +0000
committerGuy Harris <guy@alum.mit.edu>2013-10-10 20:14:12 +0000
commitce17930daed9ee424af12c1ad7c245900f596237 (patch)
tree52d04f96d7452b8a9f2924941ce13b4a8ddbc75d /cmakeconfig.h.in
parentaeec217e18d4f73767db3c2868d661174ef9ba5b (diff)
HAVE_LUA is for Lua, not some particular version thereof.
Reorder to match config.h.in (which is autogenerated). svn path=/trunk/; revision=52509
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files 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 <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