HAVE_LUA is for Lua, not some particular version thereof.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 10 Oct 2013 20:14:12 +0000 (20:14 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 10 Oct 2013 20:14:12 +0000 (20:14 +0000)
Reorder to match config.h.in (which is autogenerated).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52509 f5534014-38df-0310-8fa8-9805f1628bb7

cmakeconfig.h.in

index afe280f2614b024aac2ace9b51ba45c9daad1b1a..d639e39b8802ca4a0914f7b1f60b5853b3d17a14 100644 (file)
 /* 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