git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
33a024a
)
LUA_CFLAGS & LUA_LIBS should override pkg-config, not be ignored.
author
J. Ali Harlow
<ali@juiblex.co.uk>
Mon, 20 Feb 2012 19:30:23 +0000 (19:30 +0000)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Mon, 20 Feb 2012 19:30:23 +0000 (19:30 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b3aed81
..
f3eb78b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-261,9
+261,7
@@
AC_ARG_WITH([lua],
[AS_HELP_STRING([--without-lua], [disable support for lua])],
[],
[with_lua=yes])
-
-LUA_CFLAGS=
-LUA_LIBS=
+
AS_IF([test "x$with_lua" != xno],
[PKG_CHECK_MODULES(LUA, [lua])
REQUIREMENTS="$REQUIREMENTS lua"