aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-25 18:18:36 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-25 18:18:36 +0200
commit65afe4cb69e80278de0f584b6eeb6741f02a31eb (patch)
tree9014694ac92b506454131fa87d92b1354b9a35c3 /build-aux
parent5c0aebfcd42a3effe2496ecef623302da64cd9a3 (diff)
downloadbitcoin-65afe4cb69e80278de0f584b6eeb6741f02a31eb.tar.xz
build: Drop unneeded ApplicationServices framework dependency
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/m4/bitcoin_qt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4
index 6c7665830b..2450578093 100644
--- a/build-aux/m4/bitcoin_qt.m4
+++ b/build-aux/m4/bitcoin_qt.m4
@@ -202,7 +202,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
*darwin*)
BITCOIN_QT_CHECK([
MOC_DEFS="${MOC_DEFS} -DQ_OS_MAC"
- base_frameworks="-framework Foundation -framework ApplicationServices -framework AppKit"
+ base_frameworks="-framework Foundation -framework AppKit"
AX_CHECK_LINK_FLAG([[$base_frameworks]],[QT_LIBS="$QT_LIBS $base_frameworks"],[AC_MSG_ERROR(could not find base frameworks)])
])
;;