@@ -5874,54 +5874,6 @@ $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
5874
5874
5875
5875
5876
5876
5877
- if test " ${ENABLE_ISL_CHECK} " = yes ; then
5878
- _isl_saved_CFLAGS=$CFLAGS
5879
- _isl_saved_LDFLAGS=$LDFLAGS
5880
- _isl_saved_LIBS=$LIBS
5881
-
5882
- CFLAGS=" ${_isl_saved_CFLAGS} ${islinc} ${gmpinc} "
5883
- LDFLAGS=" ${_isl_saved_LDFLAGS} ${isllibs} "
5884
- LIBS=" ${_isl_saved_LIBS} -lisl"
5885
-
5886
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for version 0.10 of ISL" >&5
5887
- $as_echo_n " checking for version 0.10 of ISL... " >&6 ; }
5888
- if test " $cross_compiling " = yes; then :
5889
- gcc_cv_isl=yes
5890
- else
5891
- cat confdefs.h - << _ACEOF >conftest.$ac_ext
5892
- /* end confdefs.h. */
5893
- #include <isl/version.h>
5894
- #include <string.h>
5895
- int
5896
- main ()
5897
- {
5898
- if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5899
- return 1;
5900
-
5901
- ;
5902
- return 0;
5903
- }
5904
- _ACEOF
5905
- if ac_fn_c_try_run " $LINENO " ; then :
5906
- gcc_cv_isl=yes
5907
- else
5908
- gcc_cv_isl=no
5909
- fi
5910
- rm -f core * .core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5911
- conftest.$ac_objext conftest.beam conftest.$ac_ext
5912
- fi
5913
-
5914
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $gcc_cv_isl " >&5
5915
- $as_echo " $gcc_cv_isl " >&6 ; }
5916
-
5917
- CFLAGS=$_isl_saved_CFLAGS
5918
- LDFLAGS=$_isl_saved_LDFLAGS
5919
- LIBS=$_isl_saved_LIBS
5920
- fi
5921
-
5922
-
5923
- if test " ${gcc_cv_isl} " = no ; then
5924
-
5925
5877
if test " ${ENABLE_ISL_CHECK} " = yes ; then
5926
5878
_isl_saved_CFLAGS=$CFLAGS
5927
5879
_isl_saved_LDFLAGS=$LDFLAGS
@@ -5968,7 +5920,7 @@ $as_echo "$gcc_cv_isl" >&6; }
5968
5920
fi
5969
5921
5970
5922
5971
- if test " ${gcc_cv_isl} " = no ; then
5923
+ if test " ${gcc_cv_isl} " = no ; then
5972
5924
5973
5925
if test " ${ENABLE_ISL_CHECK} " = yes ; then
5974
5926
_isl_saved_CFLAGS=$CFLAGS
@@ -6016,7 +5968,6 @@ $as_echo "$gcc_cv_isl" >&6; }
6016
5968
fi
6017
5969
6018
5970
6019
- fi
6020
5971
fi
6021
5972
6022
5973
0 commit comments