File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -627,6 +627,7 @@ sub GetFakeConfigure
627
627
$cfg .= ' --enable-integer-datetimes'
628
628
if ($self -> {options }-> {integer_datetimes });
629
629
$cfg .= ' --enable-nls' if ($self -> {options }-> {nls });
630
+ $cfg .= ' --enable-tap-tests' if ($self -> {options }-> {tap_tests });
630
631
$cfg .= ' --with-ldap' if ($self -> {options }-> {ldap });
631
632
$cfg .= ' --without-zlib' unless ($self -> {options }-> {zlib });
632
633
$cfg .= ' --with-extra-version' if ($self -> {options }-> {extraver });
Original file line number Diff line number Diff line change 16
16
ldap => 1, # --with-ldap
17
17
extraver => undef , # --with-extra-version=<string>
18
18
nls => undef , # --enable-nls=<path>
19
+ tap_tests => undef , # --enable-tap-tests
19
20
tcl => undef , # --with-tls=<path>
20
21
perl => undef , # --with-perl
21
22
python => undef , # --with-python=<path>
You can’t perform that action at this time.
0 commit comments