fetchmail-6.3.26-python-optional.patch 285 B

123456789101112131415
  1. --- fetchmail-6.3.26/Makefile.am
  2. +++ fetchmail-6.3.26/Makefile.am
  3. @@ -16,9 +16,11 @@
  4. pys= fetchmailconf.py
  5. pym= fetchmailconf.man
  6. +if HAVE_PYTHON
  7. nodist_bin_SCRIPTS= fetchmailconf
  8. python_PYTHON= $(pys)
  9. dist_man1_MANS+= $(pym)
  10. +endif
  11. CLEANFILES= $(nodist_bin_SCRIPTS)