Drop no longer used SECP_TEST_{LIBS,INCLUDE} variables

The last usage of the `SECP_TEST_{LIBS,INCLUDE}` variables was removed
in https://github.com/bitcoin-core/secp256k1/pull/983.
This commit is contained in:
Hennadii Stepanov
2023-01-19 09:27:33 +00:00
parent b1579cf5fb
commit 613626f94c
2 changed files with 3 additions and 5 deletions

View File

@@ -408,8 +408,6 @@ fi
AC_CONFIG_FILES([Makefile libsecp256k1.pc])
AC_SUBST(SECP_INCLUDES)
AC_SUBST(SECP_LIBS)
AC_SUBST(SECP_TEST_LIBS)
AC_SUBST(SECP_TEST_INCLUDES)
AC_SUBST(SECP_CFLAGS)
AC_SUBST(SECP_CONFIG_DEFINES)
AM_CONDITIONAL([ENABLE_COVERAGE], [test x"$enable_coverage" = x"yes"])