summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-17 10:52:43 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-17 10:52:43 +0100
commit4c231e4b7a07f9d59699301190341c823c59a3be (patch)
tree18d12f1edd145274953ad566ae91ef6ce58efbd5 /configure.in
parentfix icu parallel build (diff)
downloadcore-4c231e4b7a07f9d59699301190341c823c59a3be.tar.gz
core-4c231e4b7a07f9d59699301190341c823c59a3be.zip
fix wrong libpng check result text
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e44f01488219..27b181334131 100644
--- a/configure.in
+++ b/configure.in
@@ -10156,7 +10156,7 @@ else
;;
*)
SYSTEM_LIBPNG=YES
- AC_MSG_RESULT([no])
+ AC_MSG_RESULT([yes])
;;
esac
fi