diff options
author | monty@narttu.mysql.fi <> | 2003-02-28 13:29:48 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-28 13:29:48 +0200 |
commit | 050543bdfc134ab245b4d371986a96ba51896e23 (patch) | |
tree | e05b50b2e283ecdeb7b689c60ce89560e6825552 /configure.in | |
parent | a0148ee657e38fb3d357d5cc9d63b50965e95dcc (diff) | |
parent | 41e23092597eabdec366100fca3c8e02fd79d58c (diff) | |
download | mariadb-git-050543bdfc134ab245b4d371986a96ba51896e23.tar.gz |
Merge with 3.23 -> 4.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bddbfcc8619..7a694db2b69 100644 --- a/configure.in +++ b/configure.in @@ -1825,6 +1825,7 @@ AC_CHECK_FUNCS(alarm bmove \ sigset sigthreadmask pthread_sigmask pthread_setprio pthread_setprio_np \ pthread_setschedparam pthread_attr_setprio pthread_attr_setschedparam \ pthread_attr_create pthread_getsequence_np pthread_attr_setstacksize \ + pthread_attr_getstacksize \ pthread_condattr_create rwlock_init pthread_rwlock_rdlock \ fchmod getpass getpassphrase initgroups mlockall) |