[GIT] ppl/ppl(master): Make sure we find <gmpxx.hh> when compiling instchk. hh to check for valid instantiations.

Module: ppl/ppl Branch: master Commit: 35e22bca8e1be85f428f9e40bb283b01f8d0b787 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=35e22bca8e1be...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Oct 10 12:22:45 2011 +0200
Make sure we find <gmpxx.hh> when compiling instchk.hh to check for valid instantiations.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index eb56f66..dc7e000 100644 --- a/configure.ac +++ b/configure.ac @@ -1319,7 +1319,7 @@ xno | xnone) required_instantiations=`echo "${enableval}" | sed -e 's/[[ ]][[ ]]*/ /g' -e 's/[[ ]]*([[@<>,]])/\1/g' -e 's/([[@<>,]])[[ ]]*/\1/g' -e 's/>>/> >/g' -e 's/^[[ ]]//g' -e 's/[[ ]]$//g'` # Check the specified instantiations for validity. ac_save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS -I${srcdir}" + CPPFLAGS="$CPPFLAGS -I${srcdir} ${gmp_include_options}" old_IFS="${IFS}" IFS=@ set -- ${required_instantiations}
participants (1)
-
Roberto Bagnara