diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2014-12-04 08:45:33 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2014-12-04 08:45:33 +0000 |
commit | 113c6c5c709691b529f37748e6d1ceaa53e741c6 (patch) | |
tree | 938c38f49da3ccb0d52d00f244d1211313e09926 /config/isl.m4 | |
parent | 9b9c2a974a93393b3993bb84d244844e8a527da9 (diff) | |
download | gcc-113c6c5c709691b529f37748e6d1ceaa53e741c6.tar.gz |
isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
* configure: Regenerated.
From-SVN: r218341
Diffstat (limited to 'config/isl.m4')
-rw-r--r-- | config/isl.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/isl.m4 b/config/isl.m4 index 0eece37bc9a..459fac1e3e7 100644 --- a/config/isl.m4 +++ b/config/isl.m4 @@ -69,7 +69,6 @@ AC_DEFUN([ISL_INIT_FLAGS], AC_MSG_WARN([using in-tree ISL, disabling version check]) fi - islinc="-DCLOOG_INT_GMP ${islinc}" isllibs="${isllibs} -lisl" ] ) |