mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge with MariaDB 5.2
This commit is contained in:
commit
f34be18938
639 changed files with 11584 additions and 4494 deletions
|
|
@ -1962,6 +1962,15 @@ dnl
|
|||
|
||||
MYSQL_CHECK_TIME_T
|
||||
|
||||
dnl
|
||||
dnl check size of time_t
|
||||
dnl
|
||||
|
||||
AC_CHECK_SIZEOF(time_t, 8)
|
||||
if test "$ac_cv_sizeof_time_t" -eq 0
|
||||
then
|
||||
AC_MSG_ERROR("MySQL needs a time_t type.")
|
||||
fi
|
||||
|
||||
# do we need #pragma interface/#pragma implementation ?
|
||||
# yes if it's gcc 2.x, and not icc pretending to be gcc, and not cygwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue