From 6e93cb36eb5d25e5fbf4670439d12317f33fdec6 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 2 Nov 2008 17:25:36 +0000 Subject: [PATCH] fix build process for systems without lua git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1644 a5681a0c-68f1-0310-ab6d-d61299d08faa --- bindings/lua/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/lua/Makefile.am b/bindings/lua/Makefile.am index 31f135b..eef4809 100644 --- a/bindings/lua/Makefile.am +++ b/bindings/lua/Makefile.am @@ -14,6 +14,7 @@ LUA_LFLAGS = @LUA_LFLAGS@ CLEANFILES = rrd.o rrd.so test.lua test.rrd test.png +if BUILD_LUA lualibdir=$(LUA_INSTALL_CMOD) lualib_LTLIBRARIES = rrd.la if LUA_NEED_OUR_COMPAT51 @@ -64,4 +65,4 @@ endif test: test.lua $(LUA) test.lua - +endif -- 2.11.0