mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portable
- Changed makelist.sh - Bump up required version of autoconf - Use new style to init mutex in my_thr_init cmd-line-utils/libedit/makelist.sh: Changed file so it works also on windows cr/lf files. configure.in: Bump up required AC version number so that correct version of aclocal and autoconf is selected. include/my_pthread.h: Use PTHREAD_MUTEX_ADAPTIVE_NP to see if "fast" mutexes are available Remove "errorcheck" mutexes, since they are never used. mysys/my_thr_init.c: Use new style functions to init mutex if PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP is defined Add comment what mutex "kind" means
This commit is contained in:
parent
20cf8f82ee
commit
7e04d257eb
4 changed files with 20 additions and 29 deletions
|
|
@ -118,7 +118,7 @@ AC_SUBST(SAVE_LDFLAGS)
|
|||
AC_SUBST(SAVE_CXXLDFLAGS)
|
||||
AC_SUBST(CXXLDFLAGS)
|
||||
|
||||
AC_PREREQ(2.12)dnl Minimum Autoconf version required.
|
||||
AC_PREREQ(2.58)dnl Minimum Autoconf version required.
|
||||
|
||||
#AC_ARG_PROGRAM # Automaticly invoked by AM_INIT_AUTOMAKE
|
||||
AM_SANITY_CHECK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue