diff options
author | Tomáš Chvátal <tomas.chvatal@gmail.com> | 2015-06-13 14:04:48 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-15 06:56:10 +0000 |
commit | b544b651ca4d40bae8f11d0daec113a138f5d17d (patch) | |
tree | 128869bbd31ff3f25baabc3d8f5af47aa9aa04c4 /configure.ac | |
parent | c3c45ff7efcd8b22be64af410befbfa5cc330f6f (diff) |
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@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4abe98f7414f..74b097715c7a 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 |