Skip to content

Commit ec4a46d

Browse files
committed
build: Drop unneeded IOKit framework dependency
1 parent 65afe4c commit ec4a46d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-aux/m4/bitcoin_qt.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
128128
_BITCOIN_QT_CHECK_STATIC_PLUGINS([Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)],[-lqxcb -lxcb-static])
129129
AC_DEFINE(QT_QPA_PLATFORM_XCB, 1, [Define this symbol if the qt platform is xcb])
130130
elif test "x$TARGET_OS" = xdarwin; then
131-
AX_CHECK_LINK_FLAG([[-framework IOKit]],[QT_LIBS="$QT_LIBS -framework IOKit"],[AC_MSG_ERROR(could not iokit framework)])
132131
_BITCOIN_QT_CHECK_STATIC_PLUGINS([Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)],[-lqcocoa])
133132
AC_DEFINE(QT_QPA_PLATFORM_COCOA, 1, [Define this symbol if the qt platform is cocoa])
134133
elif test "x$TARGET_OS" = xandroid; then

0 commit comments

Comments
 (0)