Revision a40b1fc4 configure.ac

b/configure.ac
317 317
AC_PYTHON_MODULE(pyinotify, t)
318 318
AC_PYTHON_MODULE(pycurl, t)
319 319

  
320
# This is optional but then we've limited functionality
321
AC_PYTHON_MODULE(paramiko)
322
if test "$HAVE_PYMOD_PARAMIKO" = "no"; then
323
  AC_MSG_WARN([You do not have paramiko installed. While this is optional you
324
               have to setup SSH and noded on the joining nodes yourself.])
325
fi
326

  
320 327
AC_CONFIG_FILES([ Makefile ])
321 328

  
322 329
AC_OUTPUT

Also available in: Unified diff