From e6174671e7878a79459337df449d20440473a159 Mon Sep 17 00:00:00 2001 From: "Malte S. Stretz" Date: Wed, 1 Jun 2011 00:08:40 +0200 Subject: [PATCH] libbsd provides (a stub for) setproctitle, too. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3e9f78b..f6f28cf 100644 --- 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().])) -- 2.17.1