Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2014-07-06 01:09:07 +0400
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2014-07-06 01:09:07 +0400
commite61375e47146b95438e70e57ef17a72fea5decdf (patch)
tree16debd9b2ff1b8fc9dab31c92f91442f290239a4 /configure
parentd34336767e45ee801ebb107e40abe4b1acbd3d14 (diff)
* configure.ac: Don't accept isl 0.10.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure51
1 files changed, 1 insertions, 50 deletions
diff --git a/configure b/configure
index a67eb96c0..ae23ce435 100755
--- a/configure
+++ b/configure
@@ -5883,54 +5883,6 @@ $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
LIBS="${_isl_saved_LIBS} -lisl"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
-$as_echo_n "checking for version 0.10 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.10", strlen ("isl-0.10")) != 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.11 of ISL" >&5
$as_echo_n "checking for version 0.11 of ISL... " >&6; }
if test "$cross_compiling" = yes; then :
@@ -5968,7 +5920,7 @@ $as_echo "$gcc_cv_isl" >&6; }
fi
- if test "${gcc_cv_isl}" = no ; then
+ if test "${gcc_cv_isl}" = no ; then
if test "${ENABLE_ISL_CHECK}" = yes ; then
_isl_saved_CFLAGS=$CFLAGS
@@ -6016,7 +5968,6 @@ $as_echo "$gcc_cv_isl" >&6; }
fi
- fi
fi