diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 12:09:53 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 12:09:53 +0200 |
commit | f8b2ac1befd9379cdb2fb0dabe8142d74c801818 (patch) | |
tree | 9b43c785197e5a724ed0b603dbdac67a72a011dc /configure.in | |
parent | 249717512c93df045bdc9b9bec08083c2e9d7a44 (diff) |
Use libpng from sourcetree instead of the one supplied by the OS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f25441e..4428ff5 100644 --- a/configure.in +++ b/configure.in @@ -286,9 +286,9 @@ dnl ====================== PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.21) dnl ====================== -dnl Check for sndfile +dnl Check for libpng dnl ====================== -PKG_CHECK_MODULES(PNG, libpng >= 1.2) +#PKG_CHECK_MODULES(PNG, libpng >= 1.2) dnl ====================== dnl Check for the pthread library |