--- Makefile.PL.orig 2017-04-23 12:06:14 UTC +++ Makefile.PL @@ -20,20 +20,6 @@ my $AUTOCONFIG = 0; # global set by my ($options,$lib_gd_path,$lib_ft_path,$lib_png_path,$lib_jpeg_path,$lib_xpm_path, $lib_zlib_path,$lib_fontconfig_path,$force,$FCGI,$gdlib_config_path); -use Getopt::Long; -my $result = GetOptions("ignore_missing_gd" => \$force, - "options=s" => \$options, - "lib_gd_path=s" => \$lib_gd_path, - "lib_ft_path=s" => \$lib_ft_path, - "lib_png_path=s" => \$lib_png_path, - "lib_jpeg_path=s" => \$lib_jpeg_path, - "lib_xpm_path=s" => \$lib_xpm_path, - "lib_zlib_path=s" => \$lib_zlib_path, - "lib_fontconfig_path=s" => \$lib_fontconfig_path, - "gdlib_config_path=s" => \$gdlib_config_path, - "fcgi" => \$FCGI, - ); - unless (try_to_autoconfigure() || $force) { die <