summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <petr/cps@outpost.site>2006-11-06 00:19:55 +0300
committerunknown <petr/cps@outpost.site>2006-11-06 00:19:55 +0300
commitbf73705c2914c0f715d0404e7a13d0b0fe34122c (patch)
tree591f299040db7c6e798aebd269bc97055b83b45e /configure.in
parent95abceb9c0eab7c345a4e2c29212a0206e5bdd83 (diff)
parent43dbf939e82e44934e27c4439024fbd234cfcc49 (diff)
downloadmariadb-git-bf73705c2914c0f715d0404e7a13d0b0fe34122c.tar.gz
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into outpost.site:/home/cps/mysql/trees/5.1-runtime-bug9191 configure.in: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/item_timefunc.cc: 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 61eb8a9d259..65523fbe3a9 100644
--- a/configure.in
+++ b/configure.in
@@ -1696,6 +1696,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)