mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
build: Drop use_pkgconfig check for libmultiprocess check
This commit is contained in:
parent
90b95e7929
commit
a661449a2e
1 changed files with 4 additions and 6 deletions
|
@ -1365,12 +1365,10 @@ dnl libmultiprocess library check
|
||||||
|
|
||||||
libmultiprocess_found=no
|
libmultiprocess_found=no
|
||||||
if test "x$with_libmultiprocess" = xyes || test "x$with_libmultiprocess" = xauto; then
|
if test "x$with_libmultiprocess" = xyes || test "x$with_libmultiprocess" = xauto; then
|
||||||
if test "x$use_pkgconfig" = xyes; then
|
|
||||||
m4_ifdef([PKG_CHECK_MODULES], [PKG_CHECK_MODULES([LIBMULTIPROCESS], [libmultiprocess], [
|
m4_ifdef([PKG_CHECK_MODULES], [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])])
|
||||||
fi
|
|
||||||
elif test "x$with_libmultiprocess" != xno; then
|
elif test "x$with_libmultiprocess" != xno; 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…
Add table
Reference in a new issue