summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-08-11 12:22:31 +0000
committerAntonin Descampe <antonin@gmail.com>2011-08-11 12:22:31 +0000
commit721904bc261f8198e33476f8dff69fbe3bcef006 (patch)
tree24f8d2c4bcdc8d678fc69126fc4271a8c6d5842d
parent2724f85cadd8c24dfb235d790989edd19629a2cb (diff)
minor bug fix in configure.ac (credit to Vincent Torri)
-rw-r--r--CHANGES1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1627c196..53d95e74 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ What's New for OpenJPEG
+ : added
August 11, 2011
+* [antonin] minor bug fix in configure.ac (credit to Vincent Torri)
! [mickael] backport rev[824-834] and rev[837-859] into the openjpeg-1.5 branch
August 9, 2011
diff --git a/configure.ac b/configure.ac
index d073f753..3af6337a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -347,6 +347,7 @@ AC_SUBST(TIFF_LIBS)
# libcms2
lcms_output="no"
+have_lcms2="no"
AC_ARG_ENABLE([lcms2],
[AC_HELP_STRING([--disable-lcms2], [disable LCMS-2 support @<:@default=enabled@:>@])],