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 /configure.in | |
parent | 0482b89d5a8e879a26ff100fc1d7be3e0ff96a20 (diff) | |
download | mariadb-git-6c314240c34dc45198396910516a9d8efe236b3c.tar.gz |
Remove pstack from default build (because conflict with mit-pthreads)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e2d7ec89a7e..8bc274421ab 100644 --- a/configure.in +++ b/configure.in @@ -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" |