rrdtool/rrdtool-1.4.4-fix-tcl-site-option.patch
Jaroslav Škarvada 96b5903fe3 - Fixed mixed tabs and spaces rpmlint warning
- Fixed tcl-site configure option (upstream ticket #281)
- Removed Rpath from Ruby
- Enabled Lua bindings (#656080), thanks to Tim Niemueller
2010-11-23 23:21:16 +01:00

24 lines
635 B
Diff

--- rrdtool-1.4.4/configure.old 2010-11-23 14:39:42.000000000 +0100
+++ rrdtool-1.4.4/configure 2010-11-23 14:40:32.656140783 +0100
@@ -1036,6 +1036,7 @@
enable_lua_site_install
enable_tcl
with_tcllib
+enable_tcl_site
enable_python
'
ac_precious_vars='build_alias
@@ -28584,9 +28585,9 @@
TCL_INCLUDE_SPEC="$TCL_INCLUDE_SPEC -I$TCL_INC_DIR"
fi
fi
- # Check whether --enable-tcl was given.
-if test "${enable_tcl+set}" = set; then
- enableval=$enable_tcl;
+ # Check whether --enable-tcl-site was given.
+if test "${enable_tcl_site+set}" = set; then
+ enableval=$enable_tcl_site;
else
enable_tcl_site=yes
fi