# HG changeset patch # User nenolod # Date 1141100651 28800 # Node ID 71189eb31ea9467d03336afbf49add2e1789c9f3 # Parent 0cf543c6a088e6afc80b174f08ee756be14fb4a6 [svn] use PACKAGE_NAME instead of PACKAGE for autoconf compatibility diff -r 0cf543c6a088 -r 71189eb31ea9 Plugins/Input/mpg123/http.c --- a/Plugins/Input/mpg123/http.c Mon Feb 27 20:22:27 2006 -0800 +++ b/Plugins/Input/mpg123/http.c Mon Feb 27 20:24:11 2006 -0800 @@ -467,7 +467,7 @@ "Host: %s\r\n" "User-Agent: %s/%s\r\n" "%s%s%s%s\r\n", - file, host, PACKAGE, VERSION, + file, host, PACKAGE_NAME, PACKAGE_VERSION, proxy_auth ? proxy_auth : "", auth ? auth : "", "Icy-MetaData:1\r\n",