diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-03 14:40:17 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-03 14:40:17 +0000 |
commit | 83d54ac449d67ff251c3f4f173ab256afc290491 (patch) | |
tree | 3a5a65ed5fc1c1e9168d27f41dd6aa3d87677120 /config/isl.m4 | |
parent | f8a70154a645c93d43c7c6a9a56661dd196ecce2 (diff) | |
download | gcc-83d54ac449d67ff251c3f4f173ab256afc290491.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190895 138bc75d-0d04-0410-961f-82ee72b054a4
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) ] ) |