Commit d8512131 authored by unknown's avatar unknown

Fix typo in include file name (Bug #9063)


acinclude.m4:
  Fix typo
parent c4a4be84
...@@ -168,7 +168,7 @@ mysql_cv_btype_struct_rlimit=none ...@@ -168,7 +168,7 @@ mysql_cv_btype_struct_rlimit=none
#undef inline #undef inline
#endif #endif
#include <stdlib.h> #include <stdlib.h>
#include <sys/resources.h> #include <sys/resource.h>
], ],
[struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);], [struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);],
mysql_cv_btype_struct_rlimit="struct rlimit64")] mysql_cv_btype_struct_rlimit="struct rlimit64")]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment