From f2e1e3ce4c72d383f16fd8c525b28c4912e8f2de Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Tue, 25 May 2004 22:00:14 +0300 Subject: Added patches from Novell --- Build-tools/Do-compile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Build-tools') diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index bd6c89d7ded..c4680d4b7e5 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -237,14 +237,14 @@ if ($opt_stage <= 1) # Only enable InnoDB when requested (required to be able to # build the "Classic" packages that do not include InnoDB) - if ($opt_innodb) - { - $opt_config_options.= " --with-innodb"; - } - else - { - $opt_config_options.= " --without-innodb"; - } + if ($opt_innodb) + { + $opt_config_options.= " --with-innodb"; + } + else + { + $opt_config_options.= " --without-innodb"; + } if ($opt_with_other_libc) { -- cgit v1.2.1