summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/m4
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
commitb3b43e65ba69e4cbda6bc6ff1cd29c517bb5500b (patch)
tree657ba0c64edfc02383007a80229d4c1835b2d74d /llvm/autoconf/m4
parent9f4f770e1d6d0b512c3d6daf2d483baef055a7a8 (diff)
downloadbcm5719-llvm-b3b43e65ba69e4cbda6bc6ff1cd29c517bb5500b.tar.gz
bcm5719-llvm-b3b43e65ba69e4cbda6bc6ff1cd29c517bb5500b.zip
Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).
llvm-svn: 94533
Diffstat (limited to 'llvm/autoconf/m4')
-rw-r--r--llvm/autoconf/m4/path_tclsh.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/autoconf/m4/path_tclsh.m4 b/llvm/autoconf/m4/path_tclsh.m4
index e0a9d067a16..85433de71cc 100644
--- a/llvm/autoconf/m4/path_tclsh.m4
+++ b/llvm/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
-])])
+])
OpenPOWER on IntegriCloud