diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-17 18:50:05 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-17 18:50:05 +0000 |
commit | 71130ef83b18d2ab7be350b472cfc4f56b9f876b (patch) | |
tree | 7f5e57b4637b32e153d20b7805595417c9f2990f /config/isl.m4 | |
parent | f12d4c107a7a38b10720f4fa074e6838a85809ef (diff) | |
download | gcc-71130ef83b18d2ab7be350b472cfc4f56b9f876b.tar.gz |
replace ISL with isl
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/isl.m4')
-rw-r--r-- | config/isl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/isl.m4 b/config/isl.m4 index e4e4aab09fa..86ccb94abaf 100644 --- a/config/isl.m4 +++ b/config/isl.m4 @@ -94,7 +94,7 @@ AC_DEFUN([ISL_REQUESTED], # ISL_CHECK_VERSION ISL_CHECK_VERSION () # ---------------------------------------------------------------- -# Test that ISL contains functionality added to the minimum expected version. +# Test whether isl contains functionality added to the minimum expected version. AC_DEFUN([ISL_CHECK_VERSION], [ if test "${ENABLE_ISL_CHECK}" = yes ; then |