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 | |
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')
-rw-r--r-- | libmysql/Makefile.am | 2 |
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) |