[gimp/gimp-2-10] configure.ac: add AC_MSG_RESULT() for color-profile directory check



commit 32a11ce457630e9cf121fcf20ecb18f48403af2d
Author: Ell <ell_se yahoo com>
Date:   Sat Oct 26 21:51:08 2019 +0300

    configure.ac: add AC_MSG_RESULT() for color-profile directory check
    
    (cherry picked from commit 6b87e2f90c5d1deb2fed19f5ed0d8b23432bcb1d)

 configure.ac | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/configure.ac b/configure.ac
index 905edca74e..64d14c0102 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2530,6 +2530,7 @@ if test "x$platform_osx" = "xno" &&
   AC_DEFINE_UNQUOTED(COLOR_PROFILE_DIRECTORY,
                      "$with_icc_directory",
                      [The path to default color profiles for this system])
+  AC_MSG_RESULT([$with_icc_directory])
 fi
 
 ######################################


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]