Commit 583de2a4 authored by lenz@mysql.com's avatar lenz@mysql.com

- Do not add the "-max" suffix when building with Do-compile and

   InnoDB has been selected (InnoDB is now part of the normal binary,
   not the Max binary)
parent 4b39d33c
......@@ -12,7 +12,7 @@ GetOptions("Information","help","distribution=s","user=s","result=s","delete","n
usage() if ($opt_help || $opt_Information);
usage() if (!$opt_distribution);
if (($opt_innodb || $opt_bdb) && $opt_version_suffix eq "")
if ($opt_bdb && $opt_version_suffix eq "")
{
$opt_version_suffix="-max";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment