Skip to content

Commit

Permalink
Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94533 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
edwintorok committed Jan 26, 2010
1 parent ee49ad7 commit 18aeeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoconf/m4/path_tclsh.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,5 +35,5 @@ else
TCLSH="${ac_cv_path_tclsh}"
AC_SUBST(TCLSH)
fi
])])
])

0 comments on commit 18aeeaa

Please sign in to comment.