Fix #960: Build fails if markdown is installed, but not pandoc.
[geeqie.git] / configure.ac
index 103c3fa..bab56c3 100644 (file)
@@ -763,7 +763,7 @@ AC_SUBST(JPEGXL_LIBS)
 #  Markdown support
 # ----------------------------------------------------------------------
 
-AM_CONDITIONAL(HAVE_MARKDOWN, [ "$(command -v markdown)" ])
+AM_CONDITIONAL(HAVE_PANDOC, [ "$(command -v pandoc)" ])
 
 # _NL_TIME_FIRST_WEEKDAY support
 # note that it is an enum and not a define