emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ca10011: * configure.ac (GMP_LIB): Set to -lgmp if


From: Paul Eggert
Subject: [Emacs-diffs] master ca10011: * configure.ac (GMP_LIB): Set to -lgmp if --without-mini-gmp.
Date: Sun, 12 Aug 2018 20:15:03 -0400 (EDT)

branch: master
commit ca10011898e2ceeded4027413a1488837199ad7a
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * configure.ac (GMP_LIB): Set to -lgmp if --without-mini-gmp.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c40b3bd..0b8849e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4312,7 +4312,7 @@ GMP_OBJ=mini-gmp-emacs.o
 HAVE_GMP=no
 case $with_mini_gmp in
   yes) ;;
-  no) HAVE_GMP=yes;;
+  no) HAVE_GMP=yes GMP_LIB=-lgmp;;
   *) AC_CHECK_HEADERS([gmp.h],
        [OLIBS=$LIBS
        AC_SEARCH_LIBS([__gmpz_roinit_n], [gmp])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]