aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-29 17:37:40 +0100
committerMax Kellermann <max@duempel.org>2008-12-29 17:37:40 +0100
commit274b919966c8db5031b1f0c92d0efcd372892e42 (patch)
treef36b0be9ff05071cd4d9dd3c8796bf43840d885a /configure.ac
parent6517126204f8eef363a65868ab97473916bd167e (diff)
downloadmpd-274b919966c8db5031b1f0c92d0efcd372892e42.tar.gz
mpd-274b919966c8db5031b1f0c92d0efcd372892e42.tar.xz
mpd-274b919966c8db5031b1f0c92d0efcd372892e42.zip
main: use g_setenv() instead of setenv()
Removed the fallback setenv() implementation for solaris.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f9a666d41..2ba64c678 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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