summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/isl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/companion_libs/isl.in b/config/companion_libs/isl.in
index 19a27cc..1477212 100644
--- a/config/companion_libs/isl.in
+++ b/config/companion_libs/isl.in
@@ -9,20 +9,20 @@ choice
config ISL_V_0_14
bool
prompt "0.14"
- depends on CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
+ depends on CLOOG_0_18_4_or_later || CC_GCC_5_or_later
select ISL_V_0_14_or_later
config ISL_V_0_12_2
bool
prompt "0.12.2"
- depends on ! CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
+ depends on ! CLOOG_0_18_4_or_later || CC_GCC_5_or_later
select ISL_V_0_12_or_later
config ISL_V_0_11_1
bool
prompt "0.11.1"
depends on ! CLOOG_0_18_4_or_later
- depends on ! CC_GCC_5_1_or_later
+ depends on ! CC_GCC_5_or_later
endchoice