Skip to content

Commit ee30bf7

Browse files
committed
build: remove some no-longer-needed var unexporting from configure
1 parent 2656629 commit ee30bf7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

configure.ac

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,14 +1959,6 @@ LIBS_TEMP="$LIBS"
19591959
unset LIBS
19601960
LIBS="$LIBS_TEMP"
19611961

1962-
PKGCONFIG_PATH_TEMP="$PKG_CONFIG_PATH"
1963-
unset PKG_CONFIG_PATH
1964-
PKG_CONFIG_PATH="$PKGCONFIG_PATH_TEMP"
1965-
1966-
PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
1967-
unset PKG_CONFIG_LIBDIR
1968-
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
1969-
19701962
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig"
19711963
AC_CONFIG_SUBDIRS([src/secp256k1])
19721964

0 commit comments

Comments
 (0)