diff options
author | serg@janus.mylan <> | 2006-08-01 14:02:19 +0200 |
---|---|---|
committer | serg@janus.mylan <> | 2006-08-01 14:02:19 +0200 |
commit | 12dc638abd820d813066a137e52ef49cd673e9ac (patch) | |
tree | fa9a52e1594e40970c22cd0c3f33519897c39fc0 /configure.in | |
parent | fc0c4123d5e9e4d9b8d184f650a96e9c6ad7671b (diff) | |
download | mariadb-git-12dc638abd820d813066a137e52ef49cd673e9ac.tar.gz |
compile-time definition of intptr type
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1306a3cc74d..49da91797fc 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.") |