do not exit configure if tclConfig.sh not found

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@940 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-01-29 21:51:07 +00:00
rodzic 94ef89ed6c
commit cbf3046d26
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -3661,7 +3661,6 @@ AC_DEFUN(SC_PATH_TCLCONFIG, [
if test x"${ac_cv_c_tclconfig}" = x ; then
TCL_BIN_DIR="# no Tcl configs found"
AC_MSG_WARN(Can't find Tcl configuration definitions)
exit 0
else
no_tcl=
TCL_BIN_DIR=${ac_cv_c_tclconfig}