]> git.pld-linux.org Git - packages/rrdtool.git/blame - rrdtool-tcl-path.patch
- use hardcoded path to tcl
[packages/rrdtool.git] / rrdtool-tcl-path.patch
CommitLineData
455b789f 1--- configure.ac~ 2005-12-18 20:30:46.000000000 +0000
2+++ configure.ac 2006-05-19 00:21:35.165121000 +0000
3@@ -487,7 +487,7 @@
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
10 fi
11
This page took 0.037723 seconds and 4 git commands to generate.