Add a missing substitution
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 11 Jan 2020 01:35:53 +0000 (01:35 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 11 Jan 2020 01:35:53 +0000 (01:35 +0000)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index e29c6de92e19cf9dc0ac28acb86c9d2e629afcd2..7b3790fd625a8b7cbe899fdb460a338bbf3312af 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"