[Libreoffice-commits] .: Branch 'libreoffice-3-5' - configure.in

Petr Mladek pmladek at kemper.freedesktop.org
Tue Dec 6 06:04:45 PST 2011


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a37ff37e4811a99a81a42a4f4ad14eace01b0b59
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue Dec 6 15:03:01 2011 +0100

    make --disable-unix-qstart-libpng really work (fdo#36497)

diff --git a/configure.in b/configure.in
index d50a9eb..8b23b1f 100644
--- a/configure.in
+++ b/configure.in
@@ -671,7 +671,7 @@ AC_ARG_ENABLE(unix-qstart-libpng,
         [On UNIX systems, we have a faster splash app, that can use libpng to
          render its splash, if we can safely link to the system libpng then
          enabling this is a good idea (ie. for Linux Distro packaging).]),
-,enable_unix_libpng=yes)
+,enable_unix_qstart_libpng=yes)
 
 AC_ARG_ENABLE(binfilter,
     AS_HELP_STRING([--enable-binfilter],
@@ -7144,7 +7144,7 @@ AC_SUBST(LIBPNG_LIBS)
 AC_SUBST(LIBPNG_CFLAGS)
 
 AC_MSG_CHECKING([whether to enable libpng linking in quickstarter])
-if test "x$unix_qstart_libpng" != "xno"; then
+if test "x$enable_unix_qstart_libpng" != "xno"; then
     AC_MSG_RESULT([yes])
 else
     AC_MSG_RESULT([no])


More information about the Libreoffice-commits mailing list