From ba0baee68f26a5661bfd31f2735aceb8a0e55018 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@1644 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/lua/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/program/bindings/lua/Makefile.am b/program/bindings/lua/Makefile.am index 31f135b1..eef4809c 100644 --- a/program/bindings/lua/Makefile.am +++ b/program/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.30.2