From 5a537fe0f8e6dd56324bde6f6bc8543382288438 Mon Sep 17 00:00:00 2001 From: SikkieNL Date: Sat, 14 Sep 2024 22:55:38 +0200 Subject: [PATCH] Update configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c3208959..884a659fe 100644 --- a/configure.ac +++ b/configure.ac @@ -789,7 +789,7 @@ AC_MSG_CHECKING([whether to build libraries]) AM_CONDITIONAL([BUILD_BITCOIN_LIBS], [test x$build_bitcoin_libs = xyes]) if test x$build_bitcoin_libs = xyes; then AC_DEFINE(HAVE_CONSENSUS_LIB, 1, [Define this symbol if the consensus lib has been built]) - AC_CONFIG_FILES([libbitcoinconsensus.pc:libbitcoinconsensus.pc.in]) + AC_CONFIG_FILES([libneobytesconsensus.pc:libneobytesconsensus.pc.in]) fi AC_MSG_RESULT($build_bitcoin_libs)