Add a missing substitution
authorDebian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Sat, 19 Dec 2020 11:20:06 +0000 (11:20 +0000)
committerJulien Puydt <jpuydt@debian.org>
Sat, 19 Dec 2020 11:20:06 +0000 (11:20 +0000)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index ff523d96ceaeba4455c8b29aaafb0d2c5cae8781..04e87f2feb2538f1a6d10067f0384e41565d886f 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"