Commit 72665d8d by Gerald Pfeifer Committed by Gerald Pfeifer

configure.ac (isl_options_set_schedule_serialize_sccs): Also use GMPINC.

	* configure.ac (isl_options_set_schedule_serialize_sccs): Also
	use GMPINC.
	* configure: Regenerate.

From-SVN: r232190
parent 73f0dae2
2016-01-09 Gerald Pfeifer <gerald@pfeifer.com>
* configure.ac (isl_options_set_schedule_serialize_sccs): Also
use GMPINC.
* configure: Regenerate.
2016-01-09 Jakub Jelinek <jakub@redhat.com> 2016-01-09 Jakub Jelinek <jakub@redhat.com>
PR middle-end/50865 PR middle-end/50865
......
...@@ -28936,7 +28936,7 @@ fi ...@@ -28936,7 +28936,7 @@ fi
# it's new in isl 0.15. # it's new in isl 0.15.
if test "x${ISLLIBS}" != "x" ; then if test "x${ISLLIBS}" != "x" ; then
saved_CXXFLAGS="$CXXFLAGS" saved_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $ISLINC" CXXFLAGS="$CXXFLAGS $ISLINC $GMPINC"
saved_LIBS="$LIBS" saved_LIBS="$LIBS"
LIBS="$LIBS $ISLLIBS $GMPLIBS" LIBS="$LIBS $ISLLIBS $GMPLIBS"
......
...@@ -5918,7 +5918,7 @@ fi ...@@ -5918,7 +5918,7 @@ fi
# it's new in isl 0.15. # it's new in isl 0.15.
if test "x${ISLLIBS}" != "x" ; then if test "x${ISLLIBS}" != "x" ; then
saved_CXXFLAGS="$CXXFLAGS" saved_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $ISLINC" CXXFLAGS="$CXXFLAGS $ISLINC $GMPINC"
saved_LIBS="$LIBS" saved_LIBS="$LIBS"
LIBS="$LIBS $ISLLIBS $GMPLIBS" LIBS="$LIBS $ISLLIBS $GMPLIBS"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment