From: Date: December 28 2008 11:08am Subject: bzr commit into mysql-6.0 branch (jperkin:2718) List-Archive: http://lists.mysql.com/commits/62383 Message-Id: <20081228100847.24760.qmail@astra04> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///net/helheim/store/bteam/bzr/mysql-6.0.9-alpha-release/ 2718 Jonathan Perkin 2008-12-28 Rather than using the special autoconf strings '@<:@' and '@:>@' to get a case statement with a range, just match all Solaris < 10 to keep the code readable. modified: storage/falcon/plug.in === modified file 'storage/falcon/plug.in' --- a/storage/falcon/plug.in 2008-12-22 11:11:09 +0000 +++ b/storage/falcon/plug.in 2008-12-28 10:06:41 +0000 @@ -158,7 +158,7 @@ MYSQL_PLUGIN_ACTIONS(falcon,[ # as "inline templates" in a separate file FALCON_SPARC_ASSEMBLY="" case $host in - sparc-sun-solaris2.[89]) + sparc-sun-solaris2.?) case $CXX_VERSION in *Sun*C++*) FALCON_SPARC_ASSEMBLY="CompareAndSwapSparc.il"