configure.ac: add AC_MSG_RESULT() for color-profile directory check

This commit is contained in:
Ell
2019-10-26 21:51:08 +03:00
parent dbd1bb1f90
commit 6b87e2f90c

View File

@ -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
######################################