diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2011-05-10 19:56:00 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2011-05-10 19:56:00 (GMT) |
commit | 48251e7765504b90495e2b00cea7213cd938ad81 (patch) | |
tree | 50e11b3edde59299af46531dcbafe93cc4b6d7f6 /configure.in | |
parent | 3cade9942e5e3cc6d185ee5c1b444498e297be02 (diff) | |
download | cpython-48251e7765504b90495e2b00cea7213cd938ad81.zip cpython-48251e7765504b90495e2b00cea7213cd938ad81.tar.gz cpython-48251e7765504b90495e2b00cea7213cd938ad81.tar.bz2 |
Issue #11888: remove duplicate check for log2 in configure.in.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c6a9437..7e518a0 100644 --- a/configure.in +++ b/configure.in @@ -2512,7 +2512,7 @@ AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ 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 \ |