projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee49ad7
)
Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).
author
Torok Edwin
<edwintorok@gmail.com>
Tue, 26 Jan 2010 08:43:05 +0000
(08:43 +0000)
committer
Torok Edwin
<edwintorok@gmail.com>
Tue, 26 Jan 2010 08:43:05 +0000
(08:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94533
91177308
-0d34-0410-b5e6-
96231b3b80d8
autoconf/m4/path_tclsh.m4
patch
|
blob
|
history
diff --git
a/autoconf/m4/path_tclsh.m4
b/autoconf/m4/path_tclsh.m4
index e0a9d067a163b3b9747c448ab3c052901e2ed778..85433de71cc5d4bd4522f38598c7472fc606083f 100644
(file)
--- 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
-])
])
+])