Skip to content

Commit

Permalink
Update navcoin_qt.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
aguycalled authored Mar 17, 2017
1 parent ca6122e commit 322b391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-aux/m4/navcoin_qt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ AC_DEFUN([_NAVCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG],[
NAVCOIN_QT_CHECK(AC_CHECK_LIB([z] ,[main],,AC_MSG_WARN([zlib not found. Assuming qt has it built-in])))
NAVCOIN_QT_CHECK(AC_CHECK_LIB([png] ,[main],,AC_MSG_WARN([libpng not found. Assuming qt has it built-in])))
NAVCOIN_QT_CHECK(AC_CHECK_LIB([jpeg] ,[main],,AC_MSG_WARN([libjpeg not found. Assuming qt has it built-in])))
NAVCOIN_QT_CHECK(AC_SEARCH_LIBS([png_error] ,[qtpng png],,AC_MSG_WARN([libpng not found. Assuming qt has it built-in])))
NAVCOIN_QT_CHECK(AC_SEARCH_LIBS([jpeg_create_decompress] ,[qtjpeg jpeg],,AC_MSG_WARN([libjpeg not found. Assuming qt has it built-in])))
NAVCOIN_QT_CHECK(AC_SEARCH_LIBS([pcre16_exec], [qtpcre pcre16],,AC_MSG_WARN([libpcre16 not found. Assuming qt has it built-in])))
NAVCOIN_QT_CHECK(AC_SEARCH_LIBS([hb_ot_tags_from_script] ,[qtharfbuzzng harfbuzz],,AC_MSG_WARN([libharfbuzz not found. Assuming qt has it built-in or support is disabled])))
NAVCOIN_QT_CHECK(AC_CHECK_LIB([${QT_LIB_PREFIX}Core] ,[main],,NAVCOIN_QT_FAIL(lib$QT_LIB_PREFIXCore not found)))
Expand Down

0 comments on commit 322b391

Please sign in to comment.