do not create the lua makefile if lua is not to be compiled.
[rrdtool.git] / configure.ac
index f08b4e9..77c20d5 100644 (file)
@@ -879,7 +879,9 @@ AC_CONFIG_FILES([bindings/Makefile])
 AC_CONFIG_FILES([bindings/tcl/Makefile])
 AC_CONFIG_FILES([bindings/tcl/ifOctets.tcl])
 AC_CONFIG_FILES([Makefile])          
-AC_CONFIG_FILES([bindings/lua/Makefile])
+if test "$enable_lua" = "yes"; then
+  AC_CONFIG_FILES([bindings/lua/Makefile])
+fi
 
 AC_CONFIG_COMMANDS([default],[[ chmod +x examples/*.pl]],[[]])
 AC_OUTPUT