From 3276f4218a56f3f700424aac1e421767aba17a6e Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 24 Feb 2012 15:17:32 +0000 Subject: [PATCH] JAM: adjusted eventbuilder configuration to work with tcl 8.5 --- allParam/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allParam/configure b/allParam/configure index c7abb45..9e1b68b 100644 --- a/allParam/configure +++ b/allParam/configure @@ -7529,7 +7529,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_Tcl_CreateInterp" = no; then - for ac_lib in tcl tcl8.3 tcl8.2 tcl8.0 tcl7.4; do + for ac_lib in tcl tcl8.5 tcl8.4 tcl8.3 tcl8.2 tcl8.0 tcl7.4; do LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" @@ -7982,7 +7982,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_Tcl_CreateInterp" = no; then - for ac_lib in tcl tcl8.3 tcl8.2 tcl8.0 tcl7.4; do + for ac_lib in tcl tcl8.5 tcl8.4 tcl8.3 tcl8.2 tcl8.0 tcl7.4; do LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -- 2.43.0