Skip to content

Commit

Permalink
Build: Fix gmp lib linking
Browse files Browse the repository at this point in the history
Signed-off-by: observerdev <dev@obsr.org>
  • Loading branch information
Fuzzbawls authored and observerdev committed Feb 12, 2019
1 parent 95c8b5e commit 7858c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/m4/gmp.m4
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if test x"$has_gmp" != x"yes"; then
AC_CHECK_HEADER(gmp.h,[ AC_CHECK_HEADER(gmp.h,[
AC_CHECK_LIB(gmp, __gmpz_init,[ AC_CHECK_LIB(gmp, __gmpz_init,[
has_gmp=yes; has_gmp=yes;
GMP_LIBS="$GMP_LIBS -lgmp"; LIBS="$LIBS -lgmp";
AC_DEFINE(HAVE_LIBGMP, 1, [Define this symbol if libgmp is installed]) AC_DEFINE(HAVE_LIBGMP, 1, [Define this symbol if libgmp is installed])
]) ])
]) ])
Expand Down

0 comments on commit 7858c25

Please sign in to comment.