--- Makefile.PL.old Sun Dec 12 05:52:00 2004 +++ Makefile.PL Wed Feb 16 09:53:41 2005 @@ -147,30 +147,6 @@ } RETR: - if (($formats{'gif'} or $formats{'ungif'}) && !$ENV{IM_SUPPRESS_PROMPT}) { - print <; - chomp($resp); - if ($resp ne "n") { - delete $formats{'gif'}; - delete $formats{'ungif'}; - return; - } - } for my $frm (qw(gif ungif)) { checkformat($frm) if ($MANUAL and $formats{$frm});