Loading Build-tools/Do-compile +8 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,14 @@ if ($opt_stage <= 1) # Only enable InnoDB when requested (required to be able to # build the "Classic" packages that do not include InnoDB) $opt_config_options.= " --without-innodb" if (!$opt_innodb); if ($opt_innodb) { $opt_config_options.= " --with-innodb"; } else { $opt_config_options.= " --without-innodb"; } if ($opt_with_other_libc) { Loading Loading
Build-tools/Do-compile +8 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,14 @@ if ($opt_stage <= 1) # Only enable InnoDB when requested (required to be able to # build the "Classic" packages that do not include InnoDB) $opt_config_options.= " --without-innodb" if (!$opt_innodb); if ($opt_innodb) { $opt_config_options.= " --with-innodb"; } else { $opt_config_options.= " --without-innodb"; } if ($opt_with_other_libc) { Loading