configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c231e4b7a07f9d59699301190341c823c59a3be
Author: Luboš Luňák <l.lu...@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
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to