projects
/
fplll.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54a2d70
)
Add a missing substitution
author
Debian Math Team
<team+math@tracker.debian.org>
Thu, 29 Feb 2024 03:15:16 +0000
(
03:15
+0000)
committer
Michael Hudson-Doyle
<mwhudson@debian.org>
Thu, 29 Feb 2024 03:15:16 +0000
(
03:15
+0000)
Forwarded: https://github.com/fplll/fplll/issues/356
Gbp-Pq: Name libgmp_subst.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 44856ebb86ca9789c3fbb5002629d0f47bfe0e48..f8b3b8bc6bff3df9c35179698af02384fbe95515 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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"