File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
14
14
AC_CONFIG_AUX_DIR ( [ build-aux] )
15
15
AC_CONFIG_MACRO_DIR ( [ build-aux/m4] )
16
16
17
+ 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] ) ] )
18
+ PKG_PROG_PKG_CONFIG
19
+ if test "x$PKG_CONFIG" = x; then
20
+ AC_MSG_ERROR ( [ pkg-config not found] )
21
+ fi
22
+
17
23
BITCOIN_DAEMON_NAME=bitcoind
18
24
BITCOIN_GUI_NAME=bitcoin-qt
19
25
BITCOIN_CLI_NAME=bitcoin-cli
@@ -677,12 +683,6 @@ case $host in
677
683
;;
678
684
esac
679
685
680
- 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] ) ] )
681
- PKG_PROG_PKG_CONFIG
682
- if test "x$PKG_CONFIG" = x; then
683
- AC_MSG_ERROR ( [ pkg-config not found] )
684
- fi
685
-
686
686
if test x$use_extended_functional_tests != xno; then
687
687
AC_SUBST ( EXTENDED_FUNCTIONAL_TESTS , -- extended )
688
688
fi
You can’t perform that action at this time.
0 commit comments