In Makefile.PL we observe

  'BUILD_SPAMC'  ,    # Set to 'no' to skip build of spamc.
  'BUILD_SPAMD',      # Set to 'no' to skip build of spamd.

Does this mean we can do
perl Makefile.PL BUILD_SPAMC=no BUILD_SPAMD=no ?

But if I see

cd spamc
/usr/bin/perl version.h.pl

in the compilation, does that mean I have made a mistake?

Reply via email to