]> granicus.if.org Git - pdns/commitdiff
configure: ensure lua is setup when lua records are enabled
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 24 Apr 2018 06:31:51 +0000 (08:31 +0200)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 24 Apr 2018 06:35:59 +0000 (08:35 +0200)
m4/pdns_with_lua_records.m4

index c0d537fdb4e48a1f4d0a429f0f0d11ba6ad6f1c2..a3f2419c87b1e7b255388ba5e43769c5c346017f 100644 (file)
@@ -9,6 +9,9 @@ AC_DEFUN([PDNS_WITH_LUA_RECORDS], [
   AC_MSG_RESULT([$enable_lua_records])
 
   AS_IF([test "x$enable_lua_records" != "xno"], [
+    AS_IF([test "x$LUAPC" = "x"],
+      AC_MSG_ERROR([LUA records need LUA. You can disable this feature with the --disable-lua-records switch or configure a proper LUA installation.])
+    )
     LIBCURL_CHECK_CONFIG("yes", "7.21.3", [ : ], [
       AC_MSG_ERROR([libcurl minimum version requirement not met. This is required for LUA records. You can disable it with the --disable-lua-records switch or use --with-libcurl to select another curl installation.])
     ])