summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2010-01-26 08:43:05 +0000
committerTorok Edwin <edwintorok@gmail.com>2010-01-26 08:43:05 +0000
commit18aeeaad37608d9c7a54230546c31aaff627ce64 (patch)
tree14698d479facf6602a410f13ab7cab65790c40c5 /autoconf
parentee49ad79fd437b2df04f7e25f08db5dc39324578 (diff)
downloadllvm-18aeeaad37608d9c7a54230546c31aaff627ce64.tar.gz
llvm-18aeeaad37608d9c7a54230546c31aaff627ce64.tar.bz2
llvm-18aeeaad37608d9c7a54230546c31aaff627ce64.tar.xz
Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-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
-])])
+])