Add a missing substitution
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Mon, 13 Jan 2020 21:26:34 +0000 (21:26 +0000)
committerJulien Puydt <jpuydt@debian.org>
Mon, 13 Jan 2020 21:26:34 +0000 (21:26 +0000)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index 670afb535fa090cabca8e12e6d1695b1ed46a74d..0885990c135e6a61613c1de5398f86556189687b 100644 (file)
@@ -90,6 +90,8 @@ AS_IF([test "x$enable_mpir" != "xyes"], [
 
 AC_SUBST(LIBGMP)
 
+AC_SUBST(LIBGMP)
+
 AC_ARG_WITH(mpfr,
    AS_HELP_STRING([--with-mpfr=@<:@=DIR@:>@], [MPFR install directory]), [
       CPPFLAGS="$CPPFLAGS -I$withval/include"