diff options
author | Richard Guenther <rguenther@suse.de> | 2012-09-03 14:40:17 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-09-03 14:40:17 +0000 |
commit | 625afa230c955936b243d17d23ead4be25c07c3a (patch) | |
tree | 3a5a65ed5fc1c1e9168d27f41dd6aa3d87677120 /config/isl.m4 | |
parent | bda2b772170fcafd0adbcc1c022373f8247a7be7 (diff) | |
download | gcc-625afa230c955936b243d17d23ead4be25c07c3a.tar.gz |
re PR bootstrap/54138 (configuring --without-cloog but executable links against system cloog)
2012-09-03 Richard Guenther <rguenther@suse.de>
PR bootstrap/54138
* configure.ac: Re-organize ISL / CLOOG checks to allow
disabling with either --without-isl or --without-cloog.
* configure: Regenerated.
* config/cloog.m4: Adjust.
* config/isl.m4: Adjust.
From-SVN: r190895
Diffstat (limited to 'config/isl.m4')
-rw-r--r-- | config/isl.m4 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/isl.m4 b/config/isl.m4 index 4f397246e2e..ba3fa1b7f83 100644 --- a/config/isl.m4 +++ b/config/isl.m4 @@ -23,12 +23,6 @@ # Initialize isllibs/islinc according to the user input. AC_DEFUN([ISL_INIT_FLAGS], [ - AC_ARG_WITH(isl, - [AS_HELP_STRING( - [--with-isl=PATH], - [Specify prefix directory for the installed ISL package. - Equivalent to --with-isl-include=PATH/include - plus --with-isl-lib=PATH/lib])]) AC_ARG_WITH([isl-include], [AS_HELP_STRING( [--with-isl-include=PATH], @@ -73,12 +67,6 @@ AC_DEFUN([ISL_INIT_FLAGS], islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include' ENABLE_ISL_CHECK=no fi - - isllibs="${isllibs} -lisl" - - dnl Flags needed for ISL - AC_SUBST(isllibs) - AC_SUBST(islinc) ] ) |