summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <petr/cps@outpost.site>2006-11-06 00:11:34 +0300
committerunknown <petr/cps@outpost.site>2006-11-06 00:11:34 +0300
commite5bd94b2d4fd6937a0f5ff53a295fe14a83ccaef (patch)
tree30d8ec2b0bdec298709d288e24cd14d7fd20989c /configure.in
parentb4973524581aa65edd0ccef339bc2e47c2351602 (diff)
parentc96eaa43ab1c486fb729ca099ccdb1f7336525eb (diff)
downloadmariadb-git-e5bd94b2d4fd6937a0f5ff53a295fe14a83ccaef.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 configure.in: Auto merged sql/mysql_priv.h: Auto merged
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)