>>>>> "Steven" == Steven M Schultz <sms@stripped> writes:
Steven> Hi -
Steven> Has anyone else noticed there's a typo in 3.22.29's (and 3.22.27's)
Steven> configure script?
Steven> There's a reference to 'ptread_attr_setscope' that should have an
Steven> "h" added after the 't':
Steven> --- configure.in.dist Sat Jan 1 08:26:47 2000
Steven> +++ configure.in Mon Jan 3 20:12:09 2000
Steven> @@ -1293,7 +1293,7 @@
Steven> #define _POSIX_PTHREAD_SEMANTICS
Steven> #include <pthread.h>],
Steven> [pthread_attr_t thr_attr;
Steven> -ptread_attr_setscope(&thr_attr,0);],
Steven> +pthread_attr_setscope(&thr_attr,0);],
Steven> mysql_cv_pthread_attr_setscope=yes, mysql_cv_pthread_attr_setscope=no))
Steven> if test "$mysql_cv_pthread_attr_setscope" = "yes"
Steven> then
Fixed. Thanks!
Regards,
Monty