Add a missing substitution
authorDebian Math Team <team+math@tracker.debian.org>
Mon, 23 Dec 2024 06:39:27 +0000 (07:39 +0100)
committerSebastian Ramacher <sramacher@debian.org>
Mon, 23 Dec 2024 06:39:27 +0000 (07:39 +0100)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index ca8a5f8164a844b2a2d02f9beb920141607f095f..6187bfbd75bb7ffbb0a01014c86d48e978b8d592 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"