From 4d756afd68f483db6b32599d5e7a052fcdb28287 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Mon, 1 Dec 2008 01:55:22 +0000 Subject: typo in comment --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7a9731e..a0768a5 100644 --- a/configure.in +++ b/configure.in @@ -1844,7 +1844,7 @@ AC_MSG_RESULT($SHLIBS) AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX -# only check for sem_ini if thread support is requested +# only check for sem_init if thread support is requested if test "$with_threads" = "yes" -o -z "$with_threads"; then AC_SEARCH_LIBS(sem_init, pthread rt posix4) # 'Real Time' functions on Solaris # posix4 on Solaris 2.6 -- cgit v0.12