diff options
author | petr/cps@outpost.site <> | 2006-11-10 15:05:38 +0300 |
---|---|---|
committer | petr/cps@outpost.site <> | 2006-11-10 15:05:38 +0300 |
commit | e06f74f9f9ad87a088fa6cf90c97c5b670f31636 (patch) | |
tree | b66a727b703588ca78df0c1428526178a483cba2 /configure.in | |
parent | f8931288398b545a08af9b5aef2a690f6ccaeb57 (diff) | |
parent | 8de747b0c716e49898f7bf188dab1de5cf1a708e (diff) | |
download | mariadb-git-e06f74f9f9ad87a088fa6cf90c97c5b670f31636.tar.gz |
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1
into outpost.site:/home/cps/mysql/trees/4.1-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 013676b0045..a8eed676756 100644 --- a/configure.in +++ b/configure.in @@ -1824,6 +1824,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) |