Revision d17e74b4 configure.ac

b/configure.ac
138 138
  AC_MSG_WARN([docbook2html not found, man pages rebuild will not be possible])
139 139
fi
140 140

  
141
# Check for rst programs
142
AC_ARG_VAR(RST2HTML, [rst2html path])
143
AC_PATH_PROG(RST2HTML, [rst2html], [])
144
if test -z "$RST2HTML"
141
# Check for python-sphinx
142
AC_ARG_VAR(SPHINX, [sphinx-build path])
143
AC_PATH_PROG(SPHINX, [sphinx-build], [])
144
if test -z "$SPHINX"
145 145
then
146
  AC_MSG_WARN([rst2html not found, documentation rebuild will not be possible])
146
  AC_MSG_WARN([sphinx-build not found, documentation rebuild will not be possible])
147 147
fi
148 148

  
149 149
# Check for graphviz (dot)

Also available in: Unified diff