Commit a296ccfd authored by jimw@mysql.com's avatar jimw@mysql.com

Fix typo in include file name (Bug #9063)

parent 93ff028f
......@@ -168,7 +168,7 @@ mysql_cv_btype_struct_rlimit=none
#undef inline
#endif
#include <stdlib.h>
#include <sys/resources.h>
#include <sys/resource.h>
],
[struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);],
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