summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authormonty@work.mysql.com <>2001-09-04 01:04:32 +0200
committermonty@work.mysql.com <>2001-09-04 01:04:32 +0200
commit81006dd2274404bd5f9904f04a91b471949ec197 (patch)
treeaaf42ebc12881df70581f25e72e0a95304a405ae /libmysql
parent279de0c67c3c07d2dafb94763966842d8160c242 (diff)
parent55dd01cc1354cd04acfec421dc9e9d9e971d489f (diff)
downloadmariadb-git-81006dd2274404bd5f9904f04a91b471949ec197.tar.gz
Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am
index 6c471090533..02291d75e7c 100644
--- a/libmysql/Makefile.am
+++ b/libmysql/Makefile.am
@@ -18,7 +18,7 @@
# This file is public domain and comes with NO WARRANTY of any kind
target = libmysqlclient.la
-target_defs = -DUNDEF_THREADS_HACK
+target_defs = -DUNDEF_THREADS_HACK -DDONT_USE_RAID
LIBS = @CLIENT_LIBS@
INCLUDES = -I$(srcdir)/../include -I../include \
-I$(srcdir)/.. -I$(top_srcdir) -I.. $(openssl_includes)