aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-25 18:25:52 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-25 18:25:52 +0200
commitec4a46dd9c158e1a0de144e9abb260da941aa702 (patch)
treead746ec446a7bbb328f452b2b21f87e005afb8d8 /build-aux
parent65afe4cb69e80278de0f584b6eeb6741f02a31eb (diff)
downloadbitcoin-ec4a46dd9c158e1a0de144e9abb260da941aa702.tar.xz
build: Drop unneeded IOKit framework dependency
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/m4/bitcoin_qt.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4
index 2450578093..658dfc5476 100644
--- a/build-aux/m4/bitcoin_qt.m4
+++ b/build-aux/m4/bitcoin_qt.m4
@@ -128,7 +128,6 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
_BITCOIN_QT_CHECK_STATIC_PLUGINS([Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)],[-lqxcb -lxcb-static])
AC_DEFINE(QT_QPA_PLATFORM_XCB, 1, [Define this symbol if the qt platform is xcb])
elif test "x$TARGET_OS" = xdarwin; then
- AX_CHECK_LINK_FLAG([[-framework IOKit]],[QT_LIBS="$QT_LIBS -framework IOKit"],[AC_MSG_ERROR(could not iokit framework)])
_BITCOIN_QT_CHECK_STATIC_PLUGINS([Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)],[-lqcocoa])
AC_DEFINE(QT_QPA_PLATFORM_COCOA, 1, [Define this symbol if the qt platform is cocoa])
elif test "x$TARGET_OS" = xandroid; then