]> git.pld-linux.org Git - packages/rrdtool.git/blame - rrdtool-tcl-path.patch
- check-files cleanup
[packages/rrdtool.git] / rrdtool-tcl-path.patch
CommitLineData
8480f791
JB
1--- rrdtool-1.2.13/configure.ac.orig 2006-05-04 15:26:29.000000000 +0200
2+++ rrdtool-1.2.13/configure.ac 2006-05-28 10:10:20.253466500 +0200
3@@ -488,10 +488,10 @@
455b789f 4 AC_MSG_WARN([tclConfig.sh not found - Tcl interface won't be built])
5 else
6 . $tcl_config
7- TCL_PACKAGE_DIR="$TCL_PACKAGE_PATH/tclrrd$VERSION"
8+ TCL_PACKAGE_DIR="/usr/lib/tclrrd$VERSION"
9 fi
8480f791
JB
10 AC_ARG_ENABLE(tcl,[ --enable-tcl-site install the tcl extension in the tcl tree],
11- [],[enable_tcl_site=yes])
12+ [enable_tcl_site="$enable_tcl"],[enable_tcl_site=yes])
13
455b789f 14 fi
15
This page took 0.057441 seconds and 4 git commands to generate.