File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ dnl Internal. Check if the linked version of Qt was built as static libs.
246
246
dnl Requires: Qt5.
247
247
dnl Requires: INCLUDES and LIBS must be populated as necessary.
248
248
dnl Output: bitcoin_cv_static_qt=yes|no
249
- dnl Output: Defines QT_STATICPLUGIN if plugins are static.
250
249
AC_DEFUN ( [ _BITCOIN_QT_IS_STATIC] ,[
251
250
AC_CACHE_CHECK ( for static Qt , bitcoin_cv_static_qt ,[
252
251
AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [
@@ -263,9 +262,6 @@ AC_DEFUN([_BITCOIN_QT_IS_STATIC],[
263
262
[ bitcoin_cv_static_qt=yes] ,
264
263
[ bitcoin_cv_static_qt=no] )
265
264
] )
266
- if test "x$bitcoin_cv_static_qt" = xyes; then
267
- AC_DEFINE ( QT_STATICPLUGIN , 1 , [ Define this symbol for static Qt plugins] )
268
- fi
269
265
] )
270
266
271
267
dnl Internal. Check if the link-requirements for static plugins are met.
You can’t perform that action at this time.
0 commit comments