about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-03 12:29:51 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-03 12:29:51 +0000
commitb9a04359d223071a51640a0de1ab44fe037f7f7d (patch)
tree7fef68635690d7d9ef673d3a0166cb7430b1ba8c /configure.ac
parent25848c5aa728935f12cd97ed92412f319048fb87 (diff)
downloadzsh-b9a04359d223071a51640a0de1ab44fe037f7f7d.tar.gz
zsh-b9a04359d223071a51640a0de1ab44fe037f7f7d.tar.xz
zsh-b9a04359d223071a51640a0de1ab44fe037f7f7d.zip
24662: River Tarnell: strtoul() compat when not in system library
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 335eccbfe..ea0b51583 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1178,7 +1178,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
 	       getlogin getpwent getpwnam getpwuid getgrgid getgrnam \
 	       initgroups nis_list \
 	       setuid seteuid setreuid setresuid setsid \
-	       memcpy memmove strstr strerror \
+	       memcpy memmove strstr strerror strtoul \
 	       getrlimit getrusage \
 	       setlocale \
 	       uname \