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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6c314240
Commit
6c314240
authored
Sep 18, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pstack from default build (because conflict with mit-pthreads)
parent
0482b89d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+1
-1
configure.in
configure.in
+1
-1
No files found.
Build-tools/Do-all-build-steps
View file @
6c314240
...
@@ -65,7 +65,7 @@ aclocal; autoheader; aclocal; automake; autoconf
...
@@ -65,7 +65,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--enable-thread-safe-client
\
--enable-thread-safe-client
\
--with-berkeley-db
\
--with-berkeley-db
\
--with-innodb
\
--with-innodb
\
--with-pstack
\
--with
out
-pstack
\
--with-extra-tools
\
--with-extra-tools
\
--with-embedded-server
--with-embedded-server
...
...
configure.in
View file @
6c314240
...
@@ -688,7 +688,7 @@ int main()
...
@@ -688,7 +688,7 @@ int main()
[
USE_PSTACK
=
yes
])
[
USE_PSTACK
=
yes
])
pstack_libs
=
pstack_libs
=
pstack_dirs
=
pstack_dirs
=
if
test
"
$USE_PSTACK
"
=
yes
-a
"
$IS_LINUX
"
=
"true"
-a
"
$MACHINE_TYPE
"
=
"i686"
if
test
"
$USE_PSTACK
"
=
yes
-a
"
$IS_LINUX
"
=
"true"
-a
"
$MACHINE_TYPE
"
=
"i686"
-a
"
$with_mit_threads
"
=
"no"
then
then
have_libiberty
=
have_libbfd
=
have_libiberty
=
have_libbfd
=
my_save_LIBS
=
"
$LIBS
"
my_save_LIBS
=
"
$LIBS
"
...
...
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