summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea47a41)
raw | patch | inline | side by side (parent: ea47a41)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 1 Nov 2008 09:09:07 +0000 (09:09 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 1 Nov 2008 09:09:07 +0000 (09:09 +0000) |
program/configure.ac | patch | blob | history |
diff --git a/program/configure.ac b/program/configure.ac
index f08b4e97be8c369bef0e227197158ccdc2f953c7..77c20d518aafe855b6883569bae86ccf1751f506 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
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