Skip to content

Commit

Permalink
build: remove extraneous lib check for Qt5PlatformSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
xanimo committed Mar 26, 2024
1 parent 4ce65f0 commit d97ef05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -899,11 +899,6 @@ if test x$intel_avx2 = xyes; then
AC_CHECK_LIB([crypt32], [main],LIBS+=" -lcrypt32", AC_MSG_ERROR(lib missing))
AC_CHECK_LIB([ssp], [main],LIBS+=" -lssp", AC_MSG_ERROR(lib missing))

dnl only check for Qt5 if we're actually building Qt
if test x$bitcoin_enable_qt != xno; then
AC_CHECK_LIB([Qt5PlatformSupport],[main],LIBS+=" -lQt5PlatformSupport", AC_MSG_ERROR(lib missing))
fi

AC_DEFINE(USE_AVX2, 1, [Define this symbol if intel axv2 works])
esac
fi
Expand Down

0 comments on commit d97ef05

Please sign in to comment.