File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -573,7 +573,6 @@ AC_ARG_WITH([daemon],
573
573
[ build_bitcoind=$withval] ,
574
574
[ build_bitcoind=yes] )
575
575
576
- use_pkgconfig=yes
577
576
case $host in
578
577
*mingw*)
579
578
TARGET_OS=windows
@@ -678,14 +677,10 @@ case $host in
678
677
;;
679
678
esac
680
679
681
- if test x$use_pkgconfig = xyes; then
682
- 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. ) ] )
683
- m4_ifdef ( [ PKG_PROG_PKG_CONFIG] , [
684
- PKG_PROG_PKG_CONFIG
685
- if test x"$PKG_CONFIG" = "x"; then
686
- AC_MSG_ERROR ( pkg-config not found. )
687
- fi
688
- ] )
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] )
689
684
fi
690
685
691
686
if test x$use_extended_functional_tests != xno; then
You can’t perform that action at this time.
0 commit comments