mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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
This commit is contained in:
@@ -19,7 +19,7 @@ if test x"${with_tclinclude}" != x ; then
|
|||||||
else
|
else
|
||||||
AC_MSG_ERROR([${with_tclinclude} directory doesn't contain tclsh])
|
AC_MSG_ERROR([${with_tclinclude} directory doesn't contain tclsh])
|
||||||
fi
|
fi
|
||||||
fi
|
fi])
|
||||||
|
|
||||||
dnl see if one is installed
|
dnl see if one is installed
|
||||||
if test x"${ac_cv_path_tclsh}" = x ; then
|
if test x"${ac_cv_path_tclsh}" = x ; then
|
||||||
@@ -35,5 +35,5 @@ else
|
|||||||
TCLSH="${ac_cv_path_tclsh}"
|
TCLSH="${ac_cv_path_tclsh}"
|
||||||
AC_SUBST(TCLSH)
|
AC_SUBST(TCLSH)
|
||||||
fi
|
fi
|
||||||
])])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user