main: use g_setenv() instead of setenv()

Removed the fallback setenv() implementation for solaris.
This commit is contained in:
Max Kellermann
2008-12-29 17:37:40 +01:00
parent 6517126204
commit 274b919966
2 changed files with 1 additions and 43 deletions

View File

@@ -360,7 +360,6 @@ AC_CHECK_LIB(socket,socket,MPD_LIBS="$MPD_LIBS -lsocket",)
AC_CHECK_LIB(nsl,gethostbyname,MPD_LIBS="$MPD_LIBS -lnsl",)
AC_CHECK_LIB(m,exp,MPD_LIBS="$MPD_LIBS -lm",)
AC_CHECK_FUNCS(setenv)
# Check for pkg-config before using it
PKG_PROG_PKG_CONFIG