projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4610ee1
)
usual.m4: fix localtime_r typo
author
Marko Kreen
<markokr@gmail.com>
Wed, 2 Sep 2009 18:03:46 +0000
(21:03 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 2 Sep 2009 18:03:46 +0000
(21:03 +0300)
m4/usual.m4
patch
|
blob
|
blame
|
history
diff --git
a/m4/usual.m4
b/m4/usual.m4
index 424b7b32a88e5c74543e1196c0e53054604c84af..3489e1e19cad525948158d9450fbfc8e003a360a 100644
(file)
--- a/
m4/usual.m4
+++ b/
m4/usual.m4
@@
-124,7
+124,7
@@
AC_CHECK_FUNCS(basename strlcpy strlcat getpeereid sigaction)
AC_CHECK_FUNCS(inet_ntop poll getline)
AC_CHECK_FUNCS(err errx warn warnx)
### Functions provided only on win32
-AC_CHECK_FUNCS(locatime_r recvmsg sendmsg)
+AC_CHECK_FUNCS(loca
l
time_r recvmsg sendmsg)
### Functions used by libusual itself
AC_CHECK_FUNCS(syslog mmap recvmsg sendmsg getpeerucred)
### win32: link with ws2_32