diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-02 15:14:25 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-02 15:14:25 +0200 |
commit | 2b055b728ac0c58eb571413e7aba31dd3b90f685 (patch) | |
tree | 52a2fa8e98c0506b54ded7fa8c67a6462f937e74 /configure.ac | |
parent | fcd0aec1f98ba4d77630a4b8ed1037a2efb390d0 (diff) |
Remove libpng dependency. Replace it with compiled-in lodepng.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index b1de420..e89beb6 100644 --- a/configure.ac +++ b/configure.ac @@ -358,14 +358,9 @@ if test x$with_resample == xyes; then fi #dnl ====================== -#dnl Check for libpng -#dnl ====================== -PKG_CHECK_MODULES(PNG, libpng >= 1.2) - -#dnl ====================== #dnl Check for zlib #dnl ====================== -#PKG_CHECK_MODULES(ZLIB, zlib >= 1.2.7) +PKG_CHECK_MODULES(ZLIB, zlib >= 1.2.7) dnl ====================== dnl Check for the pthread library |