
* configure.ac: Here. (FREEIMAGEPLUS): Disable conditional and rename it as... (HAVE_FREEIMAGEPLUS): ...this. --- ChangeLog | 8 ++++++++ configure.ac | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c57d30..1b0d496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-06-03 Roland Levillain <roland@lrde.epita.fr> + Disable support for FreeImagePlus in Olena. + + * configure.ac: Here. + (FREEIMAGEPLUS): Disable conditional and rename it as... + (HAVE_FREEIMAGEPLUS): ...this. + +2009-06-03 Roland Levillain <roland@lrde.epita.fr> + Rename CFITSIO conditional. * configure.ac (CFITSIO): Rename conditional as... diff --git a/configure.ac b/configure.ac index e4ad13a..3480481 100644 --- a/configure.ac +++ b/configure.ac @@ -130,9 +130,9 @@ AM_CONDITIONAL([DARWIN], [echo "$host_os" | grep '^darwin']) ## External libraries. ## ## -------------------- ## -# FreeImage library. -OLN_WITH_FREEIMAGEPLUS -AM_CONDITIONAL([FREEIMAGEPLUS], [test x$oln_have_freeimageplus = xyes]) +### Support for FreeImagePlus has been disabled for Olena 1.0. +## OLN_WITH_FREEIMAGEPLUS +## AM_CONDITIONAL([HAVE_FREEIMAGEPLUS], [test x$oln_have_freeimageplus = xyes]) # CFITSIO library. OLN_WITH_CFITSIO -- 1.6.1.2