Revision 78062de9 configure.ac

b/configure.ac
663 663
AC_PYTHON_MODULE(pyinotify, t)
664 664
AC_PYTHON_MODULE(pycurl, t)
665 665
AC_PYTHON_MODULE(affinity)
666

  
667
# This is optional but then we've limited functionality
668 666
AC_PYTHON_MODULE(paramiko)
669
if test "$HAVE_PYMOD_PARAMIKO" = "no"; then
670
  AC_MSG_WARN(m4_normalize([You do not have Paramiko installed. While this is
671
                            optional you have to configure SSH and the node
672
                            daemon on the joining nodes yourself.]))
673
fi
674 667

  
675 668
AC_CONFIG_FILES([ Makefile ])
676 669

  

Also available in: Unified diff