Commit 37738b0f by Roman Gareev Committed by Roman Gareev

configure.ac: Don't accept isl 0.11.


	* configure.ac: Don't accept isl 0.11.
	* configure: Regenerate.

From-SVN: r212758
parent 1f960ced
2014-07-17 Roman Gareev <gareevroman@gmail.com>
* configure.ac: Don't accept isl 0.11.
* configure: Regenerate.
2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com> 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
...@@ -5898,54 +5898,6 @@ $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;} ...@@ -5898,54 +5898,6 @@ $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}" LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
LIBS="${_isl_saved_LIBS} -lisl" LIBS="${_isl_saved_LIBS} -lisl"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
$as_echo_n "checking for version 0.11 of ISL... " >&6; }
if test "$cross_compiling" = yes; then :
gcc_cv_isl=yes
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <isl/version.h>
#include <string.h>
int
main ()
{
if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
return 1;
;
return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
gcc_cv_isl=yes
else
gcc_cv_isl=no
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
$as_echo "$gcc_cv_isl" >&6; }
CFLAGS=$_isl_saved_CFLAGS
LDFLAGS=$_isl_saved_LDFLAGS
LIBS=$_isl_saved_LIBS
fi
if test "${gcc_cv_isl}" = no ; then
if test "${ENABLE_ISL_CHECK}" = yes ; then
_isl_saved_CFLAGS=$CFLAGS
_isl_saved_LDFLAGS=$LDFLAGS
_isl_saved_LIBS=$LIBS
CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
LIBS="${_isl_saved_LIBS} -lisl"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
$as_echo_n "checking for version 0.12 of ISL... " >&6; } $as_echo_n "checking for version 0.12 of ISL... " >&6; }
if test "$cross_compiling" = yes; then : if test "$cross_compiling" = yes; then :
...@@ -5983,7 +5935,6 @@ $as_echo "$gcc_cv_isl" >&6; } ...@@ -5983,7 +5935,6 @@ $as_echo "$gcc_cv_isl" >&6; }
fi fi
fi
......
...@@ -1650,10 +1650,7 @@ if test "x$with_isl" != "xno" && ...@@ -1650,10 +1650,7 @@ if test "x$with_isl" != "xno" &&
dnl with user input. dnl with user input.
ISL_INIT_FLAGS ISL_INIT_FLAGS
dnl The versions of ISL that work for Graphite dnl The versions of ISL that work for Graphite
ISL_CHECK_VERSION(0,11) ISL_CHECK_VERSION(0,12)
if test "${gcc_cv_isl}" = no ; then
ISL_CHECK_VERSION(0,12)
fi
dnl Only execute fail-action, if ISL has been requested. dnl Only execute fail-action, if ISL has been requested.
ISL_IF_FAILED([ ISL_IF_FAILED([
AC_MSG_ERROR([Unable to find a usable ISL. See config.log for details.])]) AC_MSG_ERROR([Unable to find a usable ISL. See config.log for details.])])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment