mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
merge
configure.in: Auto merged include/my_pthread.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_parse.cc: Auto merged
This commit is contained in:
commit
ca1875f540
9 changed files with 45 additions and 22 deletions
13
configure.in
13
configure.in
|
|
@ -1554,6 +1554,17 @@ AC_SUBST(TERMCAP_LIB)
|
|||
#########################################################################
|
||||
|
||||
dnl Checks for library functions.
|
||||
|
||||
#
|
||||
# The following code disables intrinsic function support while we test for
|
||||
# library functions. This is to avoid configure problems with Intel ecc
|
||||
# compiler
|
||||
|
||||
ORG_CFLAGS="$CFLAGS"
|
||||
if test "$GCC" != "yes"; then
|
||||
AC_SYS_COMPILER_FLAG(-nolib_inline,nolib_inline,CFLAGS,[],[])
|
||||
fi
|
||||
|
||||
AC_FUNC_MMAP
|
||||
AC_TYPE_SIGNAL
|
||||
MYSQL_TYPE_QSORT
|
||||
|
|
@ -1576,6 +1587,8 @@ AC_CHECK_FUNCS(alarm bmove \
|
|||
pthread_condattr_create rwlock_init pthread_rwlock_rdlock \
|
||||
fchmod getpass getpassphrase initgroups mlockall)
|
||||
|
||||
CFLAGS="$ORG_CFLAGS"
|
||||
|
||||
# Sanity check: We chould not have any fseeko symbol unless
|
||||
# large_file_support=yes
|
||||
AC_CHECK_FUNCS(fseeko,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue