blob: 43f4125a2835f19d9fba2c058ab8ab9cdac7df7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru rrdtool-1.2.23~/configure.ac rrdtool-1.2.23/configure.ac
--- rrdtool-1.2.23~/configure.ac 2007-05-05 17:17:33.000000000 +0200
+++ rrdtool-1.2.23/configure.ac 2007-05-05 17:18:08.000000000 +0200
@@ -559,7 +559,7 @@
AC_MSG_WARN([tclConfig.sh not found - Tcl interface won't be built])
else
. $tcl_config
- TCL_PACKAGE_DIR="$TCL_PACKAGE_PATH/tclrrd$VERSION"
+ TCL_PACKAGE_DIR="${TCL_PACKAGE_PATH% *}/tclrrd$VERSION"
fi
AC_ARG_ENABLE(tcl,[ --enable-tcl-site install the tcl extension in the tcl tree],
[],[enable_tcl_site=yes])
|