summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorpetr/cps@outpost.site <>2006-11-06 00:11:34 +0300
committerpetr/cps@outpost.site <>2006-11-06 00:11:34 +0300
commitbfbf1cdee9ceb32a87f361a90e803dec2f3f6d61 (patch)
tree30d8ec2b0bdec298709d288e24cd14d7fd20989c /configure.in
parentb7fd43bcd09f008defc1f9d8b62f68be87a236c8 (diff)
parent660c2f0cde1382fe514347384cab3508171df9fa (diff)
downloadmariadb-git-bfbf1cdee9ceb32a87f361a90e803dec2f3f6d61.tar.gz
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
into outpost.site:/home/cps/mysql/trees/5.0-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 7c2d3e77b27..192130d4844 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)