diff options
author | Sebastian Pop <s.pop@samsung.com> | 2015-12-17 18:50:05 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-12-17 18:50:05 +0000 |
commit | e357a5e03c2e6f3b1d51bebe3c57322b28950b0f (patch) | |
tree | 7f5e57b4637b32e153d20b7805595417c9f2990f /config | |
parent | 616e2b4a9a5ca9f362f80c4a95a84353e342abe7 (diff) | |
download | gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.zip gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.gz gcc-e357a5e03c2e6f3b1d51bebe3c57322b28950b0f.tar.bz2 |
replace ISL with isl
From-SVN: r231784
Diffstat (limited to 'config')
-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 e4e4aab..86ccb94 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 |