Commit be94b8d3 authored by unknown's avatar unknown

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


configure.in:
  Don't enable pstack if mit-pthreads
parent 8a787b37
......@@ -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
......
......@@ -688,7 +688,7 @@ int main()
[USE_PSTACK=yes])
pstack_libs=
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
have_libiberty= have_libbfd=
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