Merge "rtcd.pl: check for auto_help availability"

This commit is contained in:
James Zern 2014-07-24 23:09:35 -07:00 committed by Gerrit Code Review
commit 747451015c

View File

@ -3,7 +3,7 @@
no strict 'refs';
use warnings;
use Getopt::Long;
Getopt::Long::Configure("auto_help");
Getopt::Long::Configure("auto_help") if $Getopt::Long::VERSION > 2.32;
my %ALL_FUNCS = ();
my @ALL_ARCHS;