summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-24 13:31:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-24 13:31:16 (GMT)
commitaef18b1c67f11aec579eada382fabc3597e1aae2 (patch)
treebe57880b5492d00ec0feeaee974d736045389f90 /configure.in
parentcdbc977c0344cfe2294e8be69cd1acd77b3b79ad (diff)
downloadcpython-aef18b1c67f11aec579eada382fabc3597e1aae2.zip
cpython-aef18b1c67f11aec579eada382fabc3597e1aae2.tar.gz
cpython-aef18b1c67f11aec579eada382fabc3597e1aae2.tar.bz2
Patch #2240: Implement signal.setitimer and signal.getitimer.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d50ba50..4e5944b 100644
--- a/configure.in
+++ b/configure.in
@@ -2303,8 +2303,8 @@ fi
AC_MSG_RESULT(MACHDEP_OBJS)
# checks for library functions
-AC_CHECK_FUNCS(alarm bind_textdomain_codeset chown clock confstr \
- ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
+AC_CHECK_FUNCS(alarm setitimer getitimer bind_textdomain_codeset chown \
+ clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getpwent getspnam getspent getsid getwd \
kill killpg lchmod lchown lstat mkfifo mknod mktime \