Skip to content

Commit

Permalink
Don't overwrite config.status with --expand
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 29, 2019
1 parent 392d6a0 commit abf16ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -99,7 +99,7 @@ BEGIN
if $prefix && $cfg->is_win && !-d $prefix;

# Save options in config.status
$cfg->save_config_status;
$cfg->save_config_status unless $cfg->has_option('expand');

$cfg->configure_active_backends;

Expand Down

0 comments on commit abf16ee

Please sign in to comment.