summaryrefslogtreecommitdiff
path: root/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h.in')
-rw-r--r--include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in
index e056158..ecc9637 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -290,6 +290,9 @@
/* Define if you have libtiff. */
#undef HAVE_LIBTIFF
+/* Define if you have liblcms. */
+#undef HAVE_LIBLCMS
+
#ifndef HAVE_STRNCASECMP
/* OS/2 needs this */
# define strncasecmp(a, b, c) strnicmp(a, b, c)