]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo in comment
authorSkip Montanaro <skip@pobox.com>
Mon, 1 Dec 2008 01:55:22 +0000 (01:55 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 1 Dec 2008 01:55:22 +0000 (01:55 +0000)
configure.in

index 7a9731e78ba66a7b365ed582c43cf43175227edd..a0768a5d28e82c5dd4a6b54776f427deba563580 100644 (file)
@@ -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