]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (GMP_LIB): Set to -lgmp if --without-mini-gmp.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Aug 2018 00:14:43 +0000 (17:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Aug 2018 00:14:59 +0000 (17:14 -0700)
configure.ac

index c40b3bd290395f62b1abc822a1e3ce492a9bf193..0b8849eea2368b83e259e4507ff9cd23e340ca57 100644 (file)
@@ -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])