Commit cff80390 authored by unknown's avatar unknown

Fix typo in include file name (Bug #9063)


acinclude.m4:
  Fix typo
parent ccfcfce6
......@@ -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