[Python-checkins] r67463 - python/trunk/configure.in

skip.montanaro python-checkins at python.org
Mon Dec 1 02:55:22 CET 2008


Author: skip.montanaro
Date: Mon Dec  1 02:55:22 2008
New Revision: 67463

Log:
typo in comment

Modified:
   python/trunk/configure.in

Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Mon Dec  1 02:55:22 2008
@@ -1844,7 +1844,7 @@
 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


More information about the Python-checkins mailing list