Add a missing substitution
authorDebian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Sun, 22 Aug 2021 06:37:20 +0000 (07:37 +0100)
committerJulien Puydt <jpuydt@debian.org>
Sun, 22 Aug 2021 06:37:20 +0000 (07:37 +0100)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index d10c52271b8c8a1f71653577c237812d46da94db..248f4757452dea7cd7d530a20d645e7ed400c45c 100644 (file)
@@ -83,6 +83,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"