minor bug fix in configure.ac (credit to Vincent Torri)
This commit is contained in:
parent
e3e2dc1f6e
commit
751d2a0fe7
1
CHANGES
1
CHANGES
|
@ -6,6 +6,7 @@ What's New for OpenJPEG
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
August 11, 2011
|
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 wrong patch with the return value of fgets into convert.c file
|
||||||
* [mickael] fixed build error with position of variable declaration after patch 856
|
* [mickael] fixed build error with position of variable declaration after patch 856
|
||||||
|
|
||||||
|
|
|
@ -347,6 +347,7 @@ AC_SUBST(TIFF_LIBS)
|
||||||
# libcms2
|
# libcms2
|
||||||
|
|
||||||
lcms_output="no"
|
lcms_output="no"
|
||||||
|
have_lcms2="no"
|
||||||
|
|
||||||
AC_ARG_ENABLE([lcms2],
|
AC_ARG_ENABLE([lcms2],
|
||||||
[AC_HELP_STRING([--disable-lcms2], [disable LCMS-2 support @<:@default=enabled@:>@])],
|
[AC_HELP_STRING([--disable-lcms2], [disable LCMS-2 support @<:@default=enabled@:>@])],
|
||||||
|
|
Loading…
Reference in New Issue