configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a37ff37e4811a99a81a42a4f4ad14eace01b0b59 Author: Petr Mladek <pmla...@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]) _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits