mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: Drop redundant check of PKG_CHECK_MODULES presence
This commit is contained in:
parent
587cbca826
commit
9049812106
1 changed files with 2 additions and 2 deletions
|
@ -1535,10 +1535,10 @@ dnl libmultiprocess library check
|
|||
|
||||
libmultiprocess_found=no
|
||||
if test "$with_libmultiprocess" = "yes" || test "$with_libmultiprocess" = "auto"; then
|
||||
m4_ifdef([PKG_CHECK_MODULES], [PKG_CHECK_MODULES([LIBMULTIPROCESS], [libmultiprocess], [
|
||||
PKG_CHECK_MODULES([LIBMULTIPROCESS], [libmultiprocess], [
|
||||
libmultiprocess_found=yes;
|
||||
libmultiprocess_prefix=`$PKG_CONFIG --variable=prefix libmultiprocess`;
|
||||
], [true])])
|
||||
], [true])
|
||||
elif test "$with_libmultiprocess" != "no"; then
|
||||
AC_MSG_ERROR([--with-libmultiprocess=$with_libmultiprocess value is not yes, auto, or no])
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue