From 6b87e2f90c5d1deb2fed19f5ed0d8b23432bcb1d Mon Sep 17 00:00:00 2001 From: Ell Date: Sat, 26 Oct 2019 21:51:08 +0300 Subject: [PATCH] configure.ac: add AC_MSG_RESULT() for color-profile directory check --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2a5113a903..0506a5e771 100644 --- a/configure.ac +++ b/configure.ac @@ -2636,6 +2636,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 ######################################