diff options
author | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2017-07-28 23:55:05 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2017-08-02 16:36:51 +0000 |
commit | 799e09a9472493e7f661582d8247a75211df151e (patch) | |
tree | 01c5de91fa837f250197e4964730f6be276d32b1 /config.tests | |
parent | 245bd9bf789acfd315dedd34e418027a1e6d1c9b (diff) | |
download | qtbase-799e09a9472493e7f661582d8247a75211df151e.tar.gz |
configure: remove check for ancient libpng < 1.0.17
that's just noise nowadays.
Change-Id: Ife75ebcc67de45db76265b1a8fb3b8130ff58c0f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'config.tests')
-rw-r--r-- | config.tests/unix/libpng/libpng.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.tests/unix/libpng/libpng.cpp b/config.tests/unix/libpng/libpng.cpp index 6808b5fcb3..d3f836e49e 100644 --- a/config.tests/unix/libpng/libpng.cpp +++ b/config.tests/unix/libpng/libpng.cpp @@ -39,10 +39,6 @@ #include <png.h> -#if !defined(PNG_LIBPNG_VER) || PNG_LIBPNG_VER < 10017 -# error "Required libpng version 1.0.17 not found." -#endif - int main(int, char **) { png_structp png_ptr; |