List:Commits« Previous MessageNext Message »
From:Narayanan V Date:August 11 2008 11:25am
Subject:bzr commit into MySQL Storage Engine API team tree:mysql-5.1-sea branch
(v.narayanan:2677) WL#4380
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-5.1-sea

 2677 Narayanan V	2008-08-11
      WL#4380
      
      Added a comment to the abi_check related
      part of configure.in
modified:
  configure.in

per-file messages:
  configure.in
    Added a comment to the abi_check related
    part of configure.in
=== modified file 'configure.in'
--- a/configure.in	2008-08-08 09:00:05 +0000
+++ b/configure.in	2008-08-11 11:25:09 +0000
@@ -444,6 +444,8 @@ AC_SUBST(HOSTNAME)
 AC_SUBST(PERL)
 AC_SUBST(PERL5)
 
+# Enable the abi_check rule only if gcc is available
+
 if expr "$CC" : ".*gcc.*"
 then
   ABI_CHECK="abi_check"

Thread
bzr commit into MySQL Storage Engine API team tree:mysql-5.1-sea branch(v.narayanan:2677) WL#4380Narayanan V11 Aug