summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorpetr/cps@outpost.site <>2006-11-10 15:05:38 +0300
committerpetr/cps@outpost.site <>2006-11-10 15:05:38 +0300
commite06f74f9f9ad87a088fa6cf90c97c5b670f31636 (patch)
treeb66a727b703588ca78df0c1428526178a483cba2 /configure.in
parentf8931288398b545a08af9b5aef2a690f6ccaeb57 (diff)
parent8de747b0c716e49898f7bf188dab1de5cf1a708e (diff)
downloadmariadb-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.in7
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)