[Libreoffice-commits] core.git: configure.ac

Tomáš Chvátal tomas.chvatal at gmail.com
Sun Jun 14 23:56:47 PDT 2015


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b544b651ca4d40bae8f11d0daec113a138f5d17d
Author: Tomáš Chvátal <tomas.chvatal at gmail.com>
Date:   Sat Jun 13 14:04:48 2015 +0200

    Add libjpeg detection message, so we do not just show external without context
    
    Change-Id: Iee8e233ec7505eb397efb5a5a8d243ff4a0e6341
    Reviewed-on: https://gerrit.libreoffice.org/16256
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/configure.ac b/configure.ac
index 4abe98f..74b0977 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7480,6 +7480,7 @@ AC_SUBST(SYSTEM_ZLIB)
 dnl ===================================================================
 dnl Check for system jpeg
 dnl ===================================================================
+AC_MSG_CHECKING([which libjpeg to use])
 if test "$with_jpeg_turbo" = "auto"; then
     # TODO use jpeg-turbo on Darwin too
     case "$_os" in


More information about the Libreoffice-commits mailing list