diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-04 15:13:46 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-04 15:13:46 -0600 |
commit | 70c5f94c948159a7f561d999dbad62e0eae0cd8f (patch) | |
tree | 6bc0f05c552a3cb1bedea879a6ccdbf252faf2a9 /rt/sbin | |
parent | 24d0c8a10e4c7db2cca056529faa677ea9df51e0 (diff) |
RT#39694 Checkpoint for v3 backport
Diffstat (limited to 'rt/sbin')
-rw-r--r-- | rt/sbin/rt-test-dependencies.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rt/sbin/rt-test-dependencies.in b/rt/sbin/rt-test-dependencies.in index 6fa29761e..ff987283b 100644 --- a/rt/sbin/rt-test-dependencies.in +++ b/rt/sbin/rt-test-dependencies.in @@ -101,16 +101,16 @@ my %default = ( 'with-CORE' => 1, 'with-CLI' => 1, 'with-MAILGATE' => 1, - 'with-DEVELOPER' => @RT_DEVELOPER@, - 'with-GPG' => @RT_GPG_DEPS@, - 'with-SMIME' => @RT_SMIME_DEPS@, + 'with-DEV' => @RT_DEVEL_MODE@, + 'with-GPG' => @RT_GPG@, 'with-ICAL' => 1, 'with-SMTP' => 1, 'with-GRAPHVIZ' => @RT_GRAPHVIZ@, 'with-GD' => @RT_GD@, 'with-DASHBOARDS' => 1, 'with-USERLOGO' => 1, - 'with-HTML-DOC' => @RT_DEVELOPER@, + 'with-SSL-MAILGATE' => @RT_SSL_MAILGATE@, + 'with-HTML-DOC' => @RT_DEVEL_MODE@, ); $args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default; |