cosmetic change for status report of ./configure
This commit is contained in:
parent
91ce5625b5
commit
9f349b0988
3
CHANGES
3
CHANGES
|
@ -5,6 +5,9 @@ What's New for OpenJPEG
|
||||||
! : changed
|
! : changed
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
|
March 5, 2011
|
||||||
|
! [antonin] cosmetic change for status report of ./configure
|
||||||
|
|
||||||
March 4, 2011
|
March 4, 2011
|
||||||
* [antonin] now assume MinGW does not have dirent.h (actually have it but without opendir function). Fixed also a WIN32 check in jp3d/libjp3dvm/openjpeg3d.h.
|
* [antonin] now assume MinGW does not have dirent.h (actually have it but without opendir function). Fixed also a WIN32 check in jp3d/libjp3dvm/openjpeg3d.h.
|
||||||
! [antonin] updated autotools files to improve build and install procedures (credit to Vincent Torri).
|
! [antonin] updated autotools files to improve build and install procedures (credit to Vincent Torri).
|
||||||
|
|
|
@ -179,6 +179,8 @@ AC_PROG_LN_S
|
||||||
|
|
||||||
# libpng
|
# libpng
|
||||||
|
|
||||||
|
have_libpng="no"
|
||||||
|
|
||||||
AC_ARG_ENABLE([png],
|
AC_ARG_ENABLE([png],
|
||||||
[AC_HELP_STRING([--disable-png], [disable PNG support @<:@default=enabled@:>@])],
|
[AC_HELP_STRING([--disable-png], [disable PNG support @<:@default=enabled@:>@])],
|
||||||
[
|
[
|
||||||
|
@ -255,6 +257,8 @@ AM_CONDITIONAL([with_libpng], [test x${have_libpng} = "xyes"])
|
||||||
|
|
||||||
#libtiff
|
#libtiff
|
||||||
|
|
||||||
|
have_libtiff="no"
|
||||||
|
|
||||||
AC_ARG_ENABLE([tiff],
|
AC_ARG_ENABLE([tiff],
|
||||||
[AC_HELP_STRING([--disable-tiff], [disable TIFF support @<:@default=enabled@:>@])],
|
[AC_HELP_STRING([--disable-tiff], [disable TIFF support @<:@default=enabled@:>@])],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue