Add a missing substitution
authorDebian Math Team <team+math@tracker.debian.org>
Sun, 26 Nov 2023 12:01:50 +0000 (13:01 +0100)
committerJulien Puydt <jpuydt@debian.org>
Sun, 26 Nov 2023 12:01:50 +0000 (13:01 +0100)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index 44856ebb86ca9789c3fbb5002629d0f47bfe0e48..f8b3b8bc6bff3df9c35179698af02384fbe95515 100644 (file)
@@ -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"