From cbf3046d263c43d30d21217c6439437f3479a827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Tue, 29 Jan 2002 21:51:07 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index bb474a98f..0355a4624 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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}