aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-03-17 10:09:19 +0000
committerfanquake <fanquake@gmail.com>2022-04-07 22:24:44 +0100
commitee30bf7c01922938bcf861a57cdf2249edb36256 (patch)
treebf49e279c549bc1b70bf48b6275f4ff4b1c83e82 /configure.ac
parent2656629767b098d17245a66e0bfa4c2c62f20d0c (diff)
downloadbitcoin-ee30bf7c01922938bcf861a57cdf2249edb36256.tar.xz
build: remove some no-longer-needed var unexporting from configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index d487e91885..afec18ff83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1959,14 +1959,6 @@ LIBS_TEMP="$LIBS"
unset LIBS
LIBS="$LIBS_TEMP"
-PKGCONFIG_PATH_TEMP="$PKG_CONFIG_PATH"
-unset PKG_CONFIG_PATH
-PKG_CONFIG_PATH="$PKGCONFIG_PATH_TEMP"
-
-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 --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig"
AC_CONFIG_SUBDIRS([src/secp256k1])