projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caac1c7
)
libbsd provides (a stub for) setproctitle, too.
author
Malte S. Stretz
<mss@apache.org>
Tue, 31 May 2011 22:08:40 +0000
(
00:08
+0200)
committer
Emil Mikulic
<emikulic@gmail.com>
Sat, 4 Jun 2011 14:00:31 +0000
(
00:00
+1000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
3e9f78b
..
f6f28cf
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-264,7
+264,7
@@
fi
# A real OS will have setproctitle()
-AC_
CHECK_LIB(c, setproctitle
,
+AC_
SEARCH_LIBS(setproctitle, [bsd]
,
AC_DEFINE(HAVE_SETPROCTITLE, 1,
[Define to 1 if you have setproctitle().]))