Skip to content

Commit 0aeb98a

Browse files
committed
build: remove jpeg lib check from bitcoin_qt.m4
1 parent 98a64bd commit 0aeb98a

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
@@ -468,7 +468,6 @@ AC_DEFUN([_BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG],[
468468
])
469469
470470
BITCOIN_QT_CHECK(AC_CHECK_LIB([z] ,[main],,AC_MSG_WARN([zlib not found. Assuming qt has it built-in])))
471-
BITCOIN_QT_CHECK(AC_SEARCH_LIBS([jpeg_create_decompress] ,[qtjpeg jpeg],,AC_MSG_WARN([libjpeg not found. Assuming qt has it built-in])))
472471
if test x$bitcoin_cv_qt58 = xno; then
473472
BITCOIN_QT_CHECK(AC_SEARCH_LIBS([png_error] ,[qtpng png],,AC_MSG_WARN([libpng not found. Assuming qt has it built-in])))
474473
BITCOIN_QT_CHECK(AC_SEARCH_LIBS([pcre16_exec], [qtpcre pcre16],,AC_MSG_WARN([libpcre16 not found. Assuming qt has it built-in])))

0 commit comments

Comments
 (0)