
* configure.ac (CFITSIO): Rename conditional as... (HAVE_CFITSIO): ...this. --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b3e697..5c57d30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2009-06-03 Roland Levillain <roland@lrde.epita.fr> + Rename CFITSIO conditional. + + * configure.ac (CFITSIO): Rename conditional as... + (HAVE_CFITSIO): ...this. + +2009-06-03 Roland Levillain <roland@lrde.epita.fr> + * configure.ac: Fix help string for option `--enable-trimesh'. 2009-06-03 Fabien Freling <fabien.freling@lrde.epita.fr> diff --git a/configure.ac b/configure.ac index c2125a6..e4ad13a 100644 --- a/configure.ac +++ b/configure.ac @@ -136,7 +136,7 @@ AM_CONDITIONAL([FREEIMAGEPLUS], [test x$oln_have_freeimageplus = xyes]) # CFITSIO library. OLN_WITH_CFITSIO -AM_CONDITIONAL([CFITSIO], [test x$oln_have_cfitsio = xyes]) +AM_CONDITIONAL([HAVE_CFITSIO], [test x$oln_have_cfitsio = xyes]) ## ---------------------------- ## -- 1.6.1.2