summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorserg@janus.mylan <>2006-08-10 11:04:09 +0200
committerserg@janus.mylan <>2006-08-10 11:04:09 +0200
commit7d77c530380aaf2c358126fb69d9c1eb66b9d463 (patch)
tree253610cdc397a3a8b7552c0e1dc011bc884f6947 /configure.in
parent2e7f47c6f894b9d8054877d9bd6843ce65c69ca8 (diff)
parent12dc638abd820d813066a137e52ef49cd673e9ac (diff)
downloadmariadb-git-7d77c530380aaf2c358126fb69d9c1eb66b9d463.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into janus.mylan:/usr/home/serg/Abk/m51
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 14a20322e69..43db221e7b0 100644
--- a/configure.in
+++ b/configure.in
@@ -1687,7 +1687,7 @@ then
AC_MSG_ERROR("MySQL needs a long long type.")
fi
# off_t is not a builtin type
-MYSQL_CHECK_SIZEOF(off_t, 4)
+AC_CHECK_SIZEOF(off_t, 4)
if test "$ac_cv_sizeof_off_t" -eq 0
then
AC_MSG_ERROR("MySQL needs a off_t type.")