diff options
author | jimw@mysql.com <> | 2005-04-25 18:02:03 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-25 18:02:03 -0700 |
commit | 93ff028f9d9331d1fa536b77b006bfe7f8fb70df (patch) | |
tree | fdecbdeab11a89911350e47d2e36f4b984d21161 /configure.in | |
parent | 71c7c0d341b41d18127cd91bd1ae293eb4af8240 (diff) | |
download | mariadb-git-93ff028f9d9331d1fa536b77b006bfe7f8fb70df.tar.gz |
Fix compile issues in Intel C/C++ compiler (Bug #9063)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d191463d0f9..8191d46c0e6 100644 --- a/configure.in +++ b/configure.in @@ -1795,6 +1795,8 @@ AC_C_BIGENDIAN MYSQL_TYPE_ACCEPT #---END: +# Figure out what type of struct rlimit to use with setrlimit +MYSQL_TYPE_STRUCT_RLIMIT # Find where the stack goes MYSQL_STACK_DIRECTION # We want to skip alloca on irix unconditionally. It may work on some version.. |