Skip to content
Snippets Groups Projects
Commit ee547d59 authored by Niels Möller's avatar Niels Möller
Browse files

Fixed symbols-test, check for NETTLE_USE_MINI_GMP in version.h.

parent 81b2bce2
No related branches found
No related tags found
No related merge requests found
2015-03-30 Niels Möller <nisse@diamant.hack.org>
* testsuite/symbols-test: Look for NETTLE_USE_MINI_GMP in
version.h, not bignum.h.
2015-03-26 Niels Möller <nisse@diamant.hack.org> 2015-03-26 Niels Möller <nisse@diamant.hack.org>
* Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed. * Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed.
......
...@@ -28,7 +28,7 @@ fi ...@@ -28,7 +28,7 @@ fi
if [ -s ../libhogweed.a ] ; then if [ -s ../libhogweed.a ] ; then
PATTERN='\.?_?_?nettle_|get_pc_thunk' PATTERN='\.?_?_?nettle_|get_pc_thunk'
if grep '^#define.*NETTLE_USE_MINI_GMP.*1$' ../bignum.h >/dev/null ; then if grep '^#define.*NETTLE_USE_MINI_GMP.*1$' ../version.h >/dev/null ; then
PATTERN="$PATTERN|mp_|mpz_|mpn_" PATTERN="$PATTERN|mp_|mpz_|mpn_"
fi fi
( $NM -g ../libhogweed.a || $NM ../libhogweed.a ) \ ( $NM -g ../libhogweed.a || $NM ../libhogweed.a ) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment