[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - configure.in sax/prj

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Sun Mar 18 01:58:02 PDT 2012


 configure.in      |    2 +-
 sax/prj/build.lst |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 5cffa1746b6d7a8dd49cd4ab5f0c7f60e4b7ff42
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed Jan 4 23:06:57 2012 +0100

    sax: this had to be accidentally added when merging
    
    Signed-off-by: Tomas Chvatal <tchvatal at suse.cz>

diff --git a/sax/prj/build.lst b/sax/prj/build.lst
index 940ef70..34e520f 100644
--- a/sax/prj/build.lst
+++ b/sax/prj/build.lst
@@ -1,4 +1,2 @@
 ax	sax	:	offapi cppuhelper EXPAT:expat comphelper LIBXSLT:libxslt NULL
 ax	sax\prj									nmake	-	all	ax_prj NULL
-
-ax  sax\test							nmake	-	all ax_test NULL
commit afd00df88c4630ac1c73e6b1644a56107e919efb
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sat Mar 17 10:52:43 2012 +0100

    fix wrong libpng check result text
    
    Signed-off-by: Tomas Chvatal <tchvatal at suse.cz>

diff --git a/configure.in b/configure.in
index 94b6de9..f7ee08f 100644
--- a/configure.in
+++ b/configure.in
@@ -8895,7 +8895,7 @@ else
         ;;
     *)
         SYSTEM_LIBPNG=YES
-        AC_MSG_RESULT([no])
+        AC_MSG_RESULT([yes])
         ;;
     esac
 fi


More information about the Libreoffice-commits mailing list