http://bugzilla.spamassassin.org/show_bug.cgi?id=3541
------- Additional Comments From [EMAIL PROTECTED] 2004-06-27 10:11 ------- Removing spamc.exe from the Makefile if it didn't compile is not so easy. I don't know where the call to pl2bat is inserted. But the spamc/spamc.exe is created as a dependency of the target $(INST_SCRIPT)/spamc$(EXE_EXT) (ie. blib/script/spamc.exe). So that target would have to be modified so its skipped if spamc/spamc.exe doesn't exist. That's possible. It would be easier though to add another query() question in the beginning of Makefile.PL which is executed either always on Windows (trivial) or if the cl.exe wasn't found in the path (trickier, but possible with FindBin). If the file wasn't found or the user said he didn't want to build spamc.exe, everything spamc-related is removed from the members of the %makefile hash and the generated Makefile won't even know that there's something called spamc.exe around. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
