summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-12-01 01:55:22 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-12-01 01:55:22 (GMT)
commit4d756afd68f483db6b32599d5e7a052fcdb28287 (patch)
tree1d0c64c11f513010c7b3a64c3a07473552dfe444 /configure.in
parentdedb0b181395805285c040f61951cc0748acf2b2 (diff)
downloadcpython-4d756afd68f483db6b32599d5e7a052fcdb28287.zip
cpython-4d756afd68f483db6b32599d5e7a052fcdb28287.tar.gz
cpython-4d756afd68f483db6b32599d5e7a052fcdb28287.tar.bz2
typo in comment
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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