From: Skip Montanaro Date: Mon, 1 Dec 2008 01:55:22 +0000 (+0000) Subject: typo in comment X-Git-Tag: v2.7a1~2600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d756afd68f483db6b32599d5e7a052fcdb28287;p=thirdparty%2FPython%2Fcpython.git typo in comment --- diff --git a/configure.in b/configure.in index 7a9731e78ba6..a0768a5d28e8 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