From 92d82b39230f227b0a7210e0fcd0d139c48a4bd8 Mon Sep 17 00:00:00 2001 From: Debian Math Team Date: Thu, 29 Dec 2022 17:25:46 +0000 Subject: [PATCH] Add a missing substitution Forwarded: https://github.com/fplll/fplll/issues/356 Gbp-Pq: Name libgmp_subst.patch --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 2727354..c0363f9 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,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" -- 2.30.2