Add a missing substitution
authorDebian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Thu, 3 Sep 2020 20:02:08 +0000 (21:02 +0100)
committerJulien Puydt <jpuydt@debian.org>
Thu, 3 Sep 2020 20:02:08 +0000 (21:02 +0100)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index 09985164cbd058f04ff1e541b5149ec907f9158f..f6e2725d7544ca243d545376379ca8f98dca9928 100644 (file)
@@ -82,6 +82,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"