cosmetic change for status report of ./configure
authorAntonin Descampe <antonin@gmail.com>
Sat, 5 Mar 2011 17:36:08 +0000 (17:36 +0000)
committerAntonin Descampe <antonin@gmail.com>
Sat, 5 Mar 2011 17:36:08 +0000 (17:36 +0000)
CHANGES
configure.ac

diff --git a/CHANGES b/CHANGES
index 5744df823a296f540487a2e9bfae1db24d9b35e8..a8ff86ec8b89b5e1226a0fa3581c84f63c63e1db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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).
index 23aa6827f55ed2a9c4ed33730bf6f83dd194719f..e52fefe46dcd29ec4a9bb09f1508ad9f8193a01e 100644 (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@:>@])],
    [