summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-04-25 18:02:03 -0700
committerunknown <jimw@mysql.com>2005-04-25 18:02:03 -0700
commitccfcfce6dbd897928954adbe74e474e8c1ac3e44 (patch)
treefdecbdeab11a89911350e47d2e36f4b984d21161 /configure.in
parent20cf8f82eefbc4db26ec50aef4f602c991811397 (diff)
downloadmariadb-git-ccfcfce6dbd897928954adbe74e474e8c1ac3e44.tar.gz
Fix compile issues in Intel C/C++ compiler (Bug #9063)
acinclude.m4: Use AC_LANG_PUSH/POP instead of _SAVE/RESTORE Add test to get type of 'struct rlimit' Switch order of including stdlib.h and declaration being tested to match how it will be used in regular code. configure.in: Call MYSQL_TYPE_STRUCT_RLIMIT macro sql/mysqld.cc: Use STRUCT_RLIMIT for getting type of struct rlimit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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..