mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
build: Drop redundant check of PKG_CHECK_MODULES presence
This commit is contained in:
parent
587cbca826
commit
9049812106
@ -1535,10 +1535,10 @@ dnl libmultiprocess library check
|
|||||||
|
|
||||||
libmultiprocess_found=no
|
libmultiprocess_found=no
|
||||||
if test "$with_libmultiprocess" = "yes" || test "$with_libmultiprocess" = "auto"; then
|
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_found=yes;
|
||||||
libmultiprocess_prefix=`$PKG_CONFIG --variable=prefix libmultiprocess`;
|
libmultiprocess_prefix=`$PKG_CONFIG --variable=prefix libmultiprocess`;
|
||||||
], [true])])
|
], [true])
|
||||||
elif test "$with_libmultiprocess" != "no"; then
|
elif test "$with_libmultiprocess" != "no"; then
|
||||||
AC_MSG_ERROR([--with-libmultiprocess=$with_libmultiprocess value is not yes, auto, or no])
|
AC_MSG_ERROR([--with-libmultiprocess=$with_libmultiprocess value is not yes, auto, or no])
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user