kopia lustrzana https://github.com/Hamlib/Hamlib
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-79ac388436b8Hamlib-1.1.3
rodzic
94ef89ed6c
commit
cbf3046d26
|
@ -3661,7 +3661,6 @@ AC_DEFUN(SC_PATH_TCLCONFIG, [
|
||||||
if test x"${ac_cv_c_tclconfig}" = x ; then
|
if test x"${ac_cv_c_tclconfig}" = x ; then
|
||||||
TCL_BIN_DIR="# no Tcl configs found"
|
TCL_BIN_DIR="# no Tcl configs found"
|
||||||
AC_MSG_WARN(Can't find Tcl configuration definitions)
|
AC_MSG_WARN(Can't find Tcl configuration definitions)
|
||||||
exit 0
|
|
||||||
else
|
else
|
||||||
no_tcl=
|
no_tcl=
|
||||||
TCL_BIN_DIR=${ac_cv_c_tclconfig}
|
TCL_BIN_DIR=${ac_cv_c_tclconfig}
|
||||||
|
|
Ładowanie…
Reference in New Issue