aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 93d2fe7d..d6c36680 100755
--- a/configure
+++ b/configure
@@ -304,7 +304,7 @@ if [ "$OSPRESET_SET" = "yes" ]; then
LUA_SUFFIX="5.4";
LUA_SUFFIX_SET=yes
fi
- LUA_CF="$(pkg-config --cflags-only-I lua$LUA_SUFFIX)"
+ LUA_CF="$(pkg-config --cflags-only-I lua"$LUA_SUFFIX")"
LUA_CF="${LUA_CF#*-I}"
LUA_CF="${LUA_CF%% *}"
if [ "$LUA_CF" != "" ]; then