Blob Blame History Raw
--- svxlink-080730-orig/create_config.sh	2008-07-30 13:15:04.000000000 +0300
+++ svxlink-080730/create_config.sh	2008-08-12 07:49:58.000000000 +0300
@@ -144,9 +144,15 @@
   info "${TCL_VERSION}\n"
   output "TCL_LIBS=-ltcl${TCL_VERSION}"
 else
+if [ -r /usr/lib64/tclConfig.sh ]; then
+  . /usr/lib64/tclConfig.sh
+  info "${TCL_VERSION}\n"
+  output "TCL_LIBS=-ltcl${TCL_VERSION}"
+else
   info "no\n"
   exit 1
 fi
+fi
 
 exit 0