changeset 748:71189eb31ea9 trunk

[svn] use PACKAGE_NAME instead of PACKAGE for autoconf compatibility
author nenolod
date Mon, 27 Feb 2006 20:24:11 -0800
parents 0cf543c6a088
children 3787176f9875
files Plugins/Input/mpg123/http.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",