check for setproctitle

This commit is contained in:
Nikos Mavrogiannopoulos
2013-05-07 19:25:01 +03:00
parent e9b60cbe4d
commit c688a6fb43

View File

@@ -84,6 +84,8 @@ AC_CHECK_MEMBER([struct sockaddr.sa_len],
#include <sys/socket.h>
])
AC_CHECK_FUNCS([setproctitle])
if [ test -z "$LIBWRAP" ];then
libwrap_enabled="no"
else