We need to disable all supported tctis for fuzzing.
This includes recently added swtpm.
Also switch the option from --enable-<module>=no
to preferred --disable-<module>
Signed-off-by: Tadeusz Struk <tstruk@gmail.com>
New checks were added to configure which require that
the GEN_FUZZ environment variable be set during both
the bootstrap and configure scripts.
Fixes: #2203
Signed-off-by: John Andersen <john.s.andersen@intel.com>