From 7a9a1a5aabfa8a1f2a01d58de526ebbe4f63125d Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 24 Jan 2012 07:38:31 +0000 Subject: [PATCH] check in /usr/lib64 for tclConfig.sh too git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2264 a5681a0c-68f1-0310-ab6d-d61299d08faa --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ac7578..17c9880 100644 --- a/configure.ac +++ b/configure.ac @@ -839,7 +839,7 @@ if test "$enable_tcl" = "yes"; then withval="" AC_ARG_WITH(tcllib,[ --with-tcllib=DIR location of the tclConfig.sh]) enable_tcl=no - for dir in $withval /usr/lib /usr/local/lib /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do + for dir in $withval /usr/lib /usr/lib64 /usr/local/lib /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do AC_MSG_CHECKING(for tclConfig.sh in $dir) if test -f "$dir/tclConfig.sh" ; then tcl_config=$dir/tclConfig.sh -- 2.30.2