projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c44f79
)
Check libbsd for strtonum.
author
Emil Mikulic
<emikulic@gmail.com>
Sun, 15 May 2011 08:39:37 +0000
(18:39 +1000)
committer
Emil Mikulic
<emikulic@gmail.com>
Sat, 28 May 2011 10:10:53 +0000
(20:10 +1000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
805570c
..
4cdf055
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-272,11
+272,12
@@
AC_CHECK_LIB(c, setproctitle,
AC_SEARCH_LIBS(strlcpy, [bsd],
AC_DEFINE(HAVE_STRLCPY, 1,
[Define to 1 if you have strlcpy().]))
+
AC_SEARCH_LIBS(strlcat, [bsd],
AC_DEFINE(HAVE_STRLCAT, 1,
[Define to 1 if you have strlcat().]))
-AC_
CHECK_LIB(c, strtonum
,
+AC_
SEARCH_LIBS(strtonum, [bsd]
,
AC_DEFINE(HAVE_STRTONUM, 1,
[Define to 1 if you have strtonum(3).]))