Skip to content

Commit

Permalink
Packaging touchup, from Durand Jean-Damien
Browse files Browse the repository at this point in the history
  • Loading branch information
- committed Dec 16, 2012
1 parent 8191f7d commit 99d9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/inc/Marpa/R2/Build_Me.pm
Expand Up @@ -505,7 +505,7 @@ INLINEHOOK
close(CONFIG_H);
$ac = Config::AutoConf->new();
$ac->check_stdc_headers;
$ac->check_all_headers( qw#dlfcn.h sys/types.h sys/stat.h memory.h strings.h inttypes.h unistd.h stdint.h# );
$ac->check_default_headers();
$ac->check_type('unsigned long long int');
if ($ac->cache_val($ac->_cache_name('unsigned long long int'))) {
$ac->check_type('intmax_t', undef, sub {$ac->define_var('intmax_t', 'long long int');}, undef);
Expand Down

0 comments on commit 99d9959

Please sign in to comment.