diff options
author | matt@mysql.com <> | 2005-05-18 04:06:27 +0200 |
---|---|---|
committer | matt@mysql.com <> | 2005-05-18 04:06:27 +0200 |
commit | 8ed0aaacdf05fa5e34699bba812ec7553a0adb3e (patch) | |
tree | e59b6c13facdef375c790f926a8a7f1e2005e169 /configure.in | |
parent | 295722520f390477f92d6f0f148bb55c2a201443 (diff) | |
parent | 27ab139dfa897513db7ff100d7fec415f6662010 (diff) | |
download | mariadb-git-8ed0aaacdf05fa5e34699bba812ec7553a0adb3e.tar.gz |
Merge bk-internal:/home/bk/mysql-4.1
into mysql.com:/data0/mysqldev/my/mysql-4.1-build
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a5872a79ae3..7dd49ca8dea 100644 --- a/configure.in +++ b/configure.in @@ -1884,6 +1884,7 @@ fi fi AC_CHECK_TYPES([sigset_t, off_t], [], [], [#include <sys/types.h>]) AC_CHECK_TYPES([size_t], [], [], [#include <stdio.h>]) +AC_CHECK_TYPES([u_int32_t]) MYSQL_PTHREAD_YIELD |