diff options
author | petr/cps@mysql.com/owlet.local <> | 2006-11-01 17:35:35 +0300 |
---|---|---|
committer | petr/cps@mysql.com/owlet.local <> | 2006-11-01 17:35:35 +0300 |
commit | 7974bf90aab8337cb6b68955a3e5db68bcd3e081 (patch) | |
tree | 943fb5e51a9978101520019d70d4771a9085dfab /configure.in | |
parent | 643606cac9ee6e7ca3deefaf2a98af85223eff29 (diff) | |
parent | 3ec542dfbdd08c13a6c33b07f7ddd9650c0e0ad8 (diff) | |
download | mariadb-git-7974bf90aab8337cb6b68955a3e5db68bcd3e081.tar.gz |
Merge mysql.com:/home/cps/mysql/trees/4.1-runtime-bug9191
into mysql.com:/home/cps/mysql/trees/5.0-runtime-bug9191
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 55da1dfb241..f7e268eb8f8 100644 --- a/configure.in +++ b/configure.in @@ -1773,6 +1773,13 @@ then AC_MSG_ERROR("MySQL needs a off_t type.") fi +dnl +dnl check if time_t is unsigned +dnl + +MYSQL_CHECK_TIME_T + + # do we need #pragma interface/#pragma implementation ? # yes if it's gcc 2.x, and not icc pretending to be gcc, and not cygwin AC_MSG_CHECKING(the need for @%:@pragma interface/implementation) |