From 403ad382e15ddc1d434c69e6d41992c824c22e09 Mon Sep 17 00:00:00 2001 From: Nathan Angelacos Date: Fri, 20 Sep 2013 20:53:07 +0000 Subject: fix syntax for lua check in configure.ac (autotools are evil) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f474eb4..7b5a453 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_ARG_WITH([lua], AS_HELP_STRING([--with-lua], [Specify lua pkg-config name (default is 'lua')])) AS_IF([test "x$with_lua" = "xyes"], [with_lua=lua]) -AS_IF([test "x$with_lua" != "xno"], [ +AS_IF([test "x$with_lua" != "xno" -a "x$with_lua" != "x"], [ luashell=true luacshell=true ac_report_have_lua=enabled -- cgit v1.2.3