From 040c6abbe47d9edc88962877bf69b8aad8a907b5 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 9 Oct 2013 20:08:17 +0000 Subject: [PATCH] Add configure check for setenv() git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@381 13b04d17-f746-0410-82c6-800466cd88b0 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f6523e0..475d5e5 100644 --- a/configure.in +++ b/configure.in @@ -202,7 +202,7 @@ if test x"$cross_compiling" != x"yes"; then AC_FUNC_SETPGRP fi AC_FUNC_STRFTIME -AC_CHECK_FUNCS(socket gethostname gettimeofday strtoul strlcpy strlcat stpcpy vsnprintf snprintf setsid strerror uname getrusage sysconf getpgid killpg getlogin realpath fchdir getpass fpathconf getpwent setvbuf select mkstemp memmove scandir) +AC_CHECK_FUNCS(socket gethostname gettimeofday strtoul strlcpy strlcat stpcpy vsnprintf snprintf setsid strerror uname getrusage sysconf getpgid killpg getlogin realpath fchdir getpass fpathconf getpwent setvbuf select mkstemp memmove scandir setenv) dnl Need these for Solaris AC_CHECK_FUNC(gethostbyname,, AC_CHECK_LIB(nsl, gethostbyname, LIBS="-lnsl $LIBS",))