[Python-checkins] cpython: Issue #11888: remove duplicate check for log2 in configure.in.
mark.dickinson
python-checkins at python.org
Tue May 10 21:56:09 CEST 2011
http://hg.python.org/cpython/rev/d3f9895e2e19
changeset: 70014:d3f9895e2e19
user: Mark Dickinson <mdickinson at enthought.com>
date: Tue May 10 20:56:00 2011 +0100
summary:
Issue #11888: remove duplicate check for log2 in configure.in.
files:
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -2512,7 +2512,7 @@
futimens futimes \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
- initgroups kill killpg lchmod lchown lockf log2 linkat lstat lutimes mbrtowc mkdirat mkfifo \
+ initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mbrtowc mkdirat mkfifo \
mkfifoat mknod mknodat mktime mremap nice openat pathconf pause plock poll \
posix_fallocate posix_fadvise pread \
pthread_init pthread_kill putenv pwrite readlink readlinkat readv realpath renameat \
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list