aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-crypto/lua5.1-blank-LUA_CFLAGS-fails-configure.patch
blob: a6fb53832cff2e7d0c3dca0447700d9aa0596c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index eb01472..970eb8d 100755
--- a/configure
+++ b/configure
@@ -12331,6 +12331,8 @@ $as_echo_n "checking for LUA... " >&6; }
 
 if test -n "$LUA_CFLAGS"; then
     pkg_cv_LUA_CFLAGS="$LUA_CFLAGS"
+ elif test -n "$LUA_LIBS"; then
+    pkg_cv_LUA_LIBS="$LUA_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"lua\""; } >&5
-- 
2.11.1