summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-02-11 13:28:25 +0200
committerunknown <monty@hundin.mysql.fi>2002-02-11 13:28:25 +0200
commitaf932b5db200407cb250d6e398383e8db387e680 (patch)
tree933a7c5ae148f6ef0faeb817f2193e18d3479ae7 /configure.in
parent8a99eebe920a85b4685f40890482478a1e5aa6ae (diff)
downloadmariadb-git-af932b5db200407cb250d6e398383e8db387e680.tar.gz
Fixed typo
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2b511c59bd5..b6657bf4099 100644
--- a/configure.in
+++ b/configure.in
@@ -921,7 +921,7 @@ then
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]))
# 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"
else
AC_MSG_RESULT("Not found")