Commit 28670e47 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Fixed typo

parent 61d1a104
...@@ -921,7 +921,7 @@ then ...@@ -921,7 +921,7 @@ then
AC_TRY_COMPILE([#include <sched.h>], [int a = sched_get_priority_min(1);], , AC_TRY_COMPILE([#include <sched.h>], [int a = sched_get_priority_min(1);], ,
AC_MSG_ERROR([Syntax error in sched.h. Change _P to __P in the /usr/include/sched.h file. See the Installation chapter in the Reference Manual])) AC_MSG_ERROR([Syntax error in sched.h. Change _P to __P in the /usr/include/sched.h file. See the Installation chapter in the Reference Manual]))
# RedHat 5.0 does not work with dynamic linking of this. -static also # RedHat 5.0 does not work with dynamic linking of this. -static also
# gives a spped increase in linux so it does not hurt on other systems. # gives a speed increase in linux so it does not hurt on other systems.
with_named_thread="-lpthread" with_named_thread="-lpthread"
else else
AC_MSG_RESULT("Not found") AC_MSG_RESULT("Not found")
......
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