From 0785a6f417d3a6e43d2d72132e550d517af41bc4 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Mon, 23 Jan 2017 23:41:14 +0100
Subject: degesch: Lua is no longer experimental
But rather essential to me.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58eea73..fef2385 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,7 +84,7 @@ link_directories (${libffi_LIBRARY_DIRS})
# FIXME: other Lua versions may be acceptable, don't know yet
pkg_search_module (lua lua53 lua5.3 lua-5.3 lua>=5.3)
-option (WITH_LUA "Enable experimental support for Lua plugins" ${lua_FOUND})
+option (WITH_LUA "Enable support for Lua plugins" ${lua_FOUND})
if (WITH_LUA)
if (NOT lua_FOUND)
--
cgit v1.2.3-70-g09d2