X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=50d2b85ace7d79ba1b8c576b54c6ef1f22ddf91f;hb=b568a503def81f49704ba94f5a822d523022102a;hp=01fa0f0bdaf7a1094a327bde230d3dad5c762a62;hpb=81b63c707ed5962d45bd575c946a7127c19a3e35;p=git.git diff --git a/configure.ac b/configure.ac index 01fa0f0bd..50d2b85ac 100644 --- a/configure.ac +++ b/configure.ac @@ -102,12 +102,10 @@ if test -z "$NO_TCLTK"; then elif test "$with_tcltk" = "yes"; then # Tcl/Tk check requested. AC_CHECK_PROGS(TCLTK_PATH, [wish], ) - elif test -x "$with_tcltk"; then + else AC_MSG_RESULT([Using Tcl/Tk interpreter $with_tcltk]) TCLTK_PATH="$with_tcltk" AC_SUBST(TCLTK_PATH) - else - AC_MSG_ERROR([Tcl/Tk interpreter was not found in $with_tcltk]) fi fi