Skip to content

Commit abf16ee

Browse files
committed
Don't overwrite config.status with --expand
1 parent 392d6a0 commit abf16ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ BEGIN
9999
if $prefix && $cfg->is_win && !-d $prefix;
100100

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

104104
$cfg->configure_active_backends;
105105

0 commit comments

Comments
 (0)