From 352e0dd175548d03e16023846d85d48d6114611b Mon Sep 17 00:00:00 2001 From: robocop Date: Sat, 8 Dec 2007 07:04:20 +0000 Subject: [PATCH] Misc. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 125c337932..76896a016a 100644 --- a/configure.in +++ b/configure.in @@ -534,7 +534,7 @@ AC_TRY_RUN([#include exit(sem_init(&s,0,0)); } ], -[AC_DEFINE(WORKING_SEM_INIT,1,[Define this is sem_init() works on the platform]) +[AC_DEFINE(WORKING_SEM_INIT,1,[Define this if sem_init() works on the platform]) AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)]) fi