aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 505d8e6..2402e6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,6 +63,9 @@ if test "x$have_sxml_simple$have_htmlprag" != "xyesyes"; then
AC_MSG_WARN([Guile-Lib modules needed by the `rss-2' reader are missing.])
fi
+AM_CONDITIONAL([BUILD_RSS2_READER],
+ [test "x$have_sxml_simple$have_htmlprag" == "xyesyes"])
+
# Look for `convert', from ImageMagick.
AC_PATH_PROG([CONVERT], [convert])
if test "x$CONVERT" == "x"; then