summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-07-16 09:13:19 +0200
committerJoerg Bruehe <joerg@mysql.com>2009-07-16 09:13:19 +0200
commitc4381e98108acb55841fca6d6863d1cad3e6ae0d (patch)
tree1ca4e7453129b5d419eca1167a4e0db6ed6466c0 /tests
parenta90146bfb4f73c39276cf4c74decbbffb11e728f (diff)
parent013e729e3d975a922b70326130d7043399e1186e (diff)
downloadmariadb-git-c4381e98108acb55841fca6d6863d1cad3e6ae0d.tar.gz
Merge main 5.1 into 5.1-build.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fbd58b88b9c..ddc6da86e1c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,7 +56,7 @@ bug25714_SOURCES= bug25714.c
bug25714_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
# Fix for mit-threads
-DEFS = -DUNDEF_THREADS_HACK
+DEFS = -DMYSQL_CLIENT_NO_THREADS
thread_test.o: thread_test.c
$(COMPILE) -c $(INCLUDES) $<