diff options
author | unknown <monty@hundin.mysql.fi> | 2002-06-20 23:26:39 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-06-20 23:26:39 +0300 |
commit | 2e20fc9a2c0696a8c31fe47e6a18550cc50bd112 (patch) | |
tree | eacae5fd082021efcb17098eab511ba6b6465dde /libmysqld | |
parent | 8d1568b88206aad44c7c934178e1da6a23cbbc67 (diff) | |
download | mariadb-git-2e20fc9a2c0696a8c31fe47e6a18550cc50bd112.tar.gz |
Fixes for compiling distribution with MIT-threads
client/mysql.cc:
Fixes for MIT-pthreads
libmysqld/examples/Makefile.am:
Fixes for MIT-pthreads
mit-pthreads/machdep/linux-2.0/__string.h:
Fixes for MIT-pthreads
mysys/my_thr_init.c:
Fixed spelling error.
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/examples/Makefile.am b/libmysqld/examples/Makefile.am index ecfcbccd322..98d38531f64 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -8,7 +8,7 @@ link_sources: done; DEFS = -DEMBEDDED_LIBRARY -INCLUDES = -I$(top_srcdir)/include $(openssl_includes) \ +INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include $(openssl_includes) \ -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/client LIBS = @LIBS@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS) |