From: Debian Science Maintainers Date: Sun, 5 Jul 2020 07:51:48 +0000 (+0100) Subject: Add a missing substitution X-Git-Tag: archive/raspbian/5.3.3-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=05a30b04b3635a476b6498e2f9c73c97785b7978;p=fplll.git Add a missing substitution Forwarded: https://github.com/fplll/fplll/issues/356 Gbp-Pq: Name libgmp_subst.patch --- diff --git a/configure.ac b/configure.ac index 0998516..f6e2725 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,8 @@ AS_IF([test "x$enable_mpir" != "xyes"], [ [GMP version >= 4.2.0 needed, see http://gmplib.org])]) ]) +AC_SUBST(LIBGMP) + AC_ARG_WITH(mpfr, AS_HELP_STRING([--with-mpfr=@<:@=DIR@:>@], [MPFR install directory]), [ CPPFLAGS="$CPPFLAGS -I$withval/include"