From: Mark Dickinson Date: Tue, 10 May 2011 19:56:00 +0000 (+0100) Subject: Issue #11888: remove duplicate check for log2 in configure.in. X-Git-Tag: v3.3.0a1~2319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48251e7765504b90495e2b00cea7213cd938ad81;p=thirdparty%2FPython%2Fcpython.git Issue #11888: remove duplicate check for log2 in configure.in. --- diff --git a/configure.in b/configure.in index c6a94370990e..7e518a0c6752 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 \