summaryrefslogtreecommitdiff
path: root/autoconf/m4/path_tclsh.m4
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/m4/path_tclsh.m4')
-rw-r--r--autoconf/m4/path_tclsh.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/m4/path_tclsh.m4 b/autoconf/m4/path_tclsh.m4
index e0a9d067a1..85433de71c 100644
--- a/autoconf/m4/path_tclsh.m4
+++ b/autoconf/m4/path_tclsh.m4
@@ -19,7 +19,7 @@ if test x"${with_tclinclude}" != x ; then
else
AC_MSG_ERROR([${with_tclinclude} directory doesn't contain tclsh])
fi
-fi
+fi])
dnl see if one is installed
if test x"${ac_cv_path_tclsh}" = x ; then
@@ -35,5 +35,5 @@ else
TCLSH="${ac_cv_path_tclsh}"
AC_SUBST(TCLSH)
fi
-])])
+])