From 28670e4757fd33f8dead2902154e486cfc67fd27 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Mon, 11 Feb 2002 13:28:25 +0200 Subject: [PATCH] Fixed typo --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2b511c59bd..b6657bf409 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") -- 2.30.9