[Libreoffice-commits] .: configure.in
Lubos Lunak
llunak at kemper.freedesktop.org
Sat Mar 17 02:53:04 PDT 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4c231e4b7a07f9d59699301190341c823c59a3be
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Sat Mar 17 10:52:43 2012 +0100
fix wrong libpng check result text
diff --git a/configure.in b/configure.in
index e44f014..27b1813 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
More information about the Libreoffice-commits
mailing list