We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16781e1 commit 18f304dCopy full SHA for 18f304d
configure.ac
@@ -13,7 +13,7 @@ AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
13
AC_CONFIG_AUX_DIR([build-aux])
14
AC_CONFIG_MACRO_DIR([build-aux/m4])
15
16
-m4_ifndef([PKG_PROG_PKG_CONFIG], [AC_MSG_ERROR([PKG_PROG_PKG_CONFIG macro not found. Please install pkg-config and re-run autogen.sh])])
+m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([PKG_PROG_PKG_CONFIG macro not found. Please install pkg-config and re-run autogen.sh])])
17
PKG_PROG_PKG_CONFIG
18
if test "$PKG_CONFIG" = ""; then
19
AC_MSG_ERROR([pkg-config not found])
0 commit comments