Commit 6c314240 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Remove pstack from default build (because conflict with mit-pthreads)

parent 0482b89d
...@@ -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 \ --without-pstack \
--with-extra-tools \ --with-extra-tools \
--with-embedded-server --with-embedded-server
......
...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment