Add a missing substitution
authorDebian Math Team <team+math@tracker.debian.org>
Thu, 29 Dec 2022 17:25:46 +0000 (17:25 +0000)
committerJulien Puydt <jpuydt@debian.org>
Thu, 29 Dec 2022 17:25:46 +0000 (17:25 +0000)
Forwarded: https://github.com/fplll/fplll/issues/356

Gbp-Pq: Name libgmp_subst.patch

configure.ac

index 27273543664b15de0f9fb74c70ebdfa39fbda053..c0363f9dabb83ffb0b27917dab9d7f9ffc165494 100644 (file)
@@ -84,6 +84,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"