minor bug fix in configure.ac (credit to Vincent Torri)
authorAntonin Descampe <antonin@gmail.com>
Thu, 11 Aug 2011 12:22:31 +0000 (12:22 +0000)
committerAntonin Descampe <antonin@gmail.com>
Thu, 11 Aug 2011 12:22:31 +0000 (12:22 +0000)
CHANGES
configure.ac

diff --git a/CHANGES b/CHANGES
index edf2a3386a9644cc02059cc2d13e283917630b52..494e21305a5e20fb4fdfb313af549214917bcbed 100644 (file)
--- 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] fixed wrong patch with the return value of fgets into convert.c file
 * [mickael] fixed build error with position of variable declaration after patch 856
 
index baefa9641d73d8a5ec7dd59f14b27805fe752868..dd4dd2e5dff834d2210be453a6a8f55b6fa33799 100644 (file)
@@ -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@:>@])],