1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

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

configure.in:
  Don't enable pstack if mit-pthreads
This commit is contained in:
unknown
2001-09-18 12:48:27 +03:00
parent 8a787b37f7
commit be94b8d3c8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"