Commit 484c2de8 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

do not require cloog from configure

parent 339bbccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ CXXFLAGS=$saved_CXXFLAGS
dnl Check that we have cloog.
saved_CXXFLAGS=$CXXFLAGS
CXXFLAGS="$CXXFLAGS $gmp_inc $isl_inc"
find_lib_and_headers([cloog], [cloog/isl/cloog.h], [cloog-isl], [required])
find_lib_and_headers([cloog], [cloog/isl/cloog.h], [cloog-isl])
CXXFLAGS=$saved_CXXFLAGS
AS_IF([test "x$cloog_found" = "xyes"],
  [AC_DEFINE([CLOOG_FOUND],[1],[Define if cloog found])])
+1 −1
Original line number Diff line number Diff line
@@ -2618,7 +2618,7 @@ fi

fi
else
  if test "xrequired" = "xrequired"; then :
  if test "x" = "xrequired"; then :
  as_fn_error "cloog required but not found" "$LINENO" 5
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5