Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b93aac66
Commit
b93aac66
authored
Aug 31, 2000
by
monty@work.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added thread_dirs
parent
05cfce9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Makefile.am
Makefile.am
+2
-1
configure.in
configure.in
+3
-1
No files found.
Makefile.am
View file @
b93aac66
...
...
@@ -21,7 +21,8 @@ TAR = gtar
# These are built from source in the Docs directory
EXTRA_DIST
=
INSTALL-SOURCE README
\
COPYING COPYING.LIB MIRRORS
SUBDIRS
=
include @docs_dirs@ @readline_dir@ @sql_client_dirs@
\
SUBDIRS
=
include @docs_dirs@ @readline_dir@
\
@thread_dirs@ @sql_client_dirs@
\
@sql_server_dirs@ scripts tests man
\
@bench_dirs@ support-files
...
...
configure.in
View file @
b93aac66
...
...
@@ -1753,6 +1753,7 @@ MYSQL_CHECK_BDB
# If we have threads generate some library functions and test programs
sql_server_dirs
=
server_scripts
=
thread_dirs
=
dnl This probably should be cleaned up more -
for
now the threaded
dnl client is just using plain-old libs.
...
...
@@ -1807,7 +1808,7 @@ install: all # modified by MySQL configure' \
if
test
"
$with_posix_threads
"
=
"no"
-o
"
$with_mit_threads
"
=
"yes"
then
# MIT user level threads
sql_server_dirs
=
"mit-pthreads
$sql_server_dir
s
"
thread_dirs
=
"mit-pthread
s"
AC_DEFINE
(
HAVE_mit_thread
)
MT_INCLUDES
=
"-I
\$
(top_srcdir)/mit-pthreads/include"
AC_SUBST
(
MT_INCLUDES
)
...
...
@@ -1823,6 +1824,7 @@ install: all # modified by MySQL configure' \
fi
fi
AC_SUBST
(
sql_server_dirs
)
AC_SUBST
(
thread_dirs
)
AC_SUBST
(
server_scripts
)
if
test
"
$with_posix_threads
"
=
"no"
-o
"
$with_mit_threads
"
=
"yes"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment