Skip to content

Commit

Permalink
build: remove unneeded var exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Sep 9, 2022
1 parent 3bf1734 commit 70f013e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2001,14 +2001,6 @@ CPPFLAGS_TEMP="$CPPFLAGS"
unset CPPFLAGS
CPPFLAGS="$CPPFLAGS_TEMP"

LDFLAGS_TEMP="$LDFLAGS"
unset LDFLAGS
LDFLAGS="$LDFLAGS_TEMP"

LIBS_TEMP="$LIBS"
unset LIBS
LIBS="$LIBS_TEMP"

ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig"
AC_CONFIG_SUBDIRS([src/secp256k1])

Expand Down

0 comments on commit 70f013e

Please sign in to comment.