diff options
author | monty@hundin.mysql.fi <> | 2001-09-18 12:48:27 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-18 12:48:27 +0300 |
commit | 6c314240c34dc45198396910516a9d8efe236b3c (patch) | |
tree | c382bc2b66f4c31e2fc296f88678d8d1fc94eaaa /Build-tools/Do-all-build-steps | |
parent | 0482b89d5a8e879a26ff100fc1d7be3e0ff96a20 (diff) | |
download | mariadb-git-6c314240c34dc45198396910516a9d8efe236b3c.tar.gz |
Remove pstack from default build (because conflict with mit-pthreads)
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index 2e961af0620..cb7bb999513 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -65,7 +65,7 @@ aclocal; autoheader; aclocal; automake; autoconf --enable-thread-safe-client \ --with-berkeley-db \ --with-innodb \ - --with-pstack \ + --without-pstack \ --with-extra-tools \ --with-embedded-server |