From: Debian Science Maintainers Date: Sat, 4 Jan 2020 22:10:06 +0000 (+0000) Subject: Add a missing substitution X-Git-Tag: archive/raspbian/5.3.2-1+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02b381a3def2037a9ff7dbd9616409b144d08ea1;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 e29c6de..7b3790f 100644 --- a/configure.ac +++ b/configure.ac @@ -90,6 +90,8 @@ AS_IF([test "x$enable_mpir" != "xyes"], [ AC_SUBST(LIBGMP) +AC_SUBST(LIBGMP) + AC_ARG_WITH(mpfr, AS_HELP_STRING([--with-mpfr=@<:@=DIR@:>@], [MPFR install directory]), [ CPPFLAGS="$CPPFLAGS -I$withval/include"