cosmetic change for status report of ./configure

This commit is contained in:
Antonin Descampe 2011-03-05 17:36:08 +00:00
parent 91ce5625b5
commit 9f349b0988
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
March 5, 2011
! [antonin] cosmetic change for status report of ./configure
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] updated autotools files to improve build and install procedures (credit to Vincent Torri).

View File

@ -179,6 +179,8 @@ AC_PROG_LN_S
# libpng
have_libpng="no"
AC_ARG_ENABLE([png],
[AC_HELP_STRING([--disable-png], [disable PNG support @<:@default=enabled@:>@])],
[
@ -255,6 +257,8 @@ AM_CONDITIONAL([with_libpng], [test x${have_libpng} = "xyes"])
#libtiff
have_libtiff="no"
AC_ARG_ENABLE([tiff],
[AC_HELP_STRING([--disable-tiff], [disable TIFF support @<:@default=enabled@:>@])],
[