diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-08-11 12:22:31 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-08-11 12:22:31 +0000 |
| commit | 751d2a0fe747ce38bc7586df6ce6730beb6cf1a3 (patch) | |
| tree | 60f1601fcbfc875ce4cd70e59954475d0c7d65ec | |
| parent | e3e2dc1f6e5045ba7b180a7917b5b91a3a9b9e31 (diff) | |
minor bug fix in configure.ac (credit to Vincent Torri)
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index baefa964..dd4dd2e5 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@:>@])], |
