aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-07-19 12:48:26 +0200
committermontellese <montellese@xbmc.org>2014-07-20 20:58:53 +0200
commit435255aeb1ef074c4b22f284e99bccb271f6f5a5 (patch)
tree74899db432f7e4ee3a6c0a04e5804ec95c424c14 /configure.in
parent55a1764eeedc2932df64b6f3ba6467ecfecb2590 (diff)
fix UPNP_DEFINES in configure.in to get UPnP logging and xbmc specific HTTP User-Agent working
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 83687bb2cf..5f3bf0009e 100644
--- a/configure.in
+++ b/configure.in
@@ -2385,7 +2385,7 @@ fi
if test "x$use_upnp" != "xno"; then
final_message="$final_message\n UPnP support:\t\tYes"
USE_UPNP=1
- UPNP_DEFINES="-DNPT_CONFIG_ENABLE_LOGGING -DPLT_HTTP_DEFAULT_USER_AGENT="\"UPnP/1.0 DLNADOC/1.50 XBMC\"" -DPLT_HTTP_DEFAULT_SERVER="\"UPnP/1.0 DLNADOC/1.50 XBMC\"""
+ UPNP_DEFINES='-DNPT_CONFIG_ENABLE_LOGGING -DPLT_HTTP_DEFAULT_USER_AGENT="\"UPnP/1.0 DLNADOC/1.50 XBMC\"" -DPLT_HTTP_DEFAULT_SERVER="\"UPnP/1.0 DLNADOC/1.50 XBMC\""'
AC_DEFINE([USE_UPNP], [1], [Define to 1 to enable UPnP support.])
else
USE_UPNP=0