diff options
author | Max Kellermann <max@duempel.org> | 2014-12-01 22:25:18 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-01 22:33:57 +0100 |
commit | 7363d50a1e284d64f5b347ada036174e4fecaa3c (patch) | |
tree | 5112225c5e488a6f237487bdbfe98d4a0b7000bf /configure.ac | |
parent | 15213a041d3206f2736462577f1b7c32066c7360 (diff) | |
download | mpd-7363d50a1e284d64f5b347ada036174e4fecaa3c.tar.gz mpd-7363d50a1e284d64f5b347ada036174e4fecaa3c.tar.xz mpd-7363d50a1e284d64f5b347ada036174e4fecaa3c.zip |
output/httpd/IcyMetaDataServer: use CopyString() instead of g_strlcpy()
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 58dc6dcd7..a539731f8 100644 --- a/configure.ac +++ b/configure.ac @@ -348,8 +348,6 @@ AC_ARG_ENABLE(httpd-output, AS_HELP_STRING([--enable-httpd-output], [enables the HTTP server output]),, [enable_httpd_output=auto]) -MPD_DEPENDS([enable_httpd_output], [enable_glib], - [Cannot use --enable-httpd-output with --disable-glib]) AC_ARG_ENABLE(inotify, AS_HELP_STRING([--disable-inotify], |