Skip to content

Commit

Permalink
Merge pull request #6210
Browse files Browse the repository at this point in the history
7fd5b80 build: disable optional use of gmp in internal secp256k1 build (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Jun 2, 2015
2 parents 88a7ead + 7fd5b80 commit 0e4f2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
unset PKG_CONFIG_LIBDIR
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"

ac_configure_args="${ac_configure_args} --disable-shared --with-pic"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no"
AC_CONFIG_SUBDIRS([src/secp256k1])

AC_OUTPUT
Expand Down

0 comments on commit 0e4f2a0

Please sign in to comment.