X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.in;h=343b52c624790ad9859b316ac95ba3805ea35706;hb=b504e11abea041f29ee4a11183dc3b93f858c7ee;hp=cce438fe076e67044a163451b3f9d87629e430e4;hpb=76dec044c02bb6d045c2e699501c8e07d75f6013;p=openocd.git diff --git a/configure.in b/configure.in index cce438fe07..343b52c624 100644 --- a/configure.in +++ b/configure.in @@ -290,12 +290,6 @@ AM_CONDITIONAL(BITQ, test $build_bitq = yes) AC_LANG_C AC_PROG_CC AC_PROG_RANLIB -AC_PATH_PROG(TCLSH, tclsh) - -# quit if we have no tclsh -if test "x${TCLSH}" = "x"; then - AC_MSG_ERROR([no working tclsh found]) -fi AC_SUBST(WITH_FTD2XX, $with_ftd2xx)