diff options
author | unknown <msvensson@shellback.(none)> | 2006-10-27 16:36:08 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-10-27 16:36:08 +0200 |
commit | be22efdaef75d3d3bad00ed545fd53a4fd442cbb (patch) | |
tree | e8477f226b89e07d9fc0f80af7d4b2d0da0f0442 | |
parent | 361d5388104235d3de06fe704be65fafdc871ece (diff) | |
download | mariadb-git-be22efdaef75d3d3bad00ed545fd53a4fd442cbb.tar.gz |
Disable abi_check in 5.1 for the moment
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 9749c52cc6f..b46e1a8402c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -76,7 +76,7 @@ check_abi: mysql_h.ic fi; \ touch check_abi; -all: check_abi +#all: check_abi # Don't update the files from bitkeeper |