diff options
author | monty@work.mysql.com <> | 2001-09-04 01:04:32 +0200 |
---|---|---|
committer | monty@work.mysql.com <> | 2001-09-04 01:04:32 +0200 |
commit | 81006dd2274404bd5f9904f04a91b471949ec197 (patch) | |
tree | aaf42ebc12881df70581f25e72e0a95304a405ae /libmysql_r | |
parent | 279de0c67c3c07d2dafb94763966842d8160c242 (diff) | |
parent | 55dd01cc1354cd04acfec421dc9e9d9e971d489f (diff) | |
download | mariadb-git-81006dd2274404bd5f9904f04a91b471949ec197.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0
Diffstat (limited to 'libmysql_r')
-rw-r--r-- | libmysql_r/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am index 154c3df431b..88a566bdbf9 100644 --- a/libmysql_r/Makefile.am +++ b/libmysql_r/Makefile.am @@ -18,7 +18,7 @@ target = libmysqlclient_r.la -target_defs = +target_defs = -DDONT_USE_RAID ## LIBS = @LIBS@ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \ |