* configure.ac: Here.
---
ChangeLog | 6 ++++++
configure.ac | 1 -
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 263dfff..3155d63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-27 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Remove a superfluous invocation of AM_CONDITIONAL regarding Magick++.
+
+ * configure.ac: Here.
+
2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
Do not trigger an error when Qt is missing, too old or not working.
diff --git a/configure.ac b/configure.ac
index 63e26c0..1febf2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,7 +210,6 @@ OLN_WITH_LIB([CFITSIO], [fitsio.h], [cfitsio])
OLN_WITH_LIB_PKG_CONFIG([Magick++], [Magick++.h], [Magick++], [magickxx],
[MAGICKXX], [], [ImageMagick++])
-AM_CONDITIONAL(HAVE_MAGICKXX, test "x$oln_have_magickxx" = xyes)
# ---- #
# Qt. #
--
1.5.6.5