From: Torok Edwin Date: Tue, 26 Jan 2010 08:43:05 +0000 (+0000) Subject: Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=18aeeaad37608d9c7a54230546c31aaff627ce64;p=oota-llvm.git 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 --- diff --git a/autoconf/m4/path_tclsh.m4 b/autoconf/m4/path_tclsh.m4 index e0a9d067a16..85433de71cc 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 -])]) +])