diff options
author | montellese <montellese@xbmc.org> | 2014-05-19 18:38:21 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-05-20 20:15:45 +0200 |
commit | ae48f9b6b94f75b427b6b67522b97cbd049730cd (patch) | |
tree | 2d79cd8cbc5c312313608b229909bd3917ca0458 /configure.in | |
parent | 80a073976f7287f34f0d6b31dea73333aa7df09e (diff) |
make sure NPT_CONFIG_ENABLE_LOGGING is defined
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8adde48932..7ae4041609 100644 --- a/configure.in +++ b/configure.in @@ -2407,6 +2407,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" AC_DEFINE([USE_UPNP], [1], [Define to 1 to enable UPnP support.]) else USE_UPNP=0 @@ -2659,6 +2660,7 @@ AC_SUBST(USE_ANDROID) AC_SUBST(GTEST_CONFIGURED) AC_SUBST(USE_DOXYGEN) AC_SUBST(USE_PVR_ADDONS) +AC_SUBST(UPNP_DEFINES) # pushd and popd are not available in other shells besides bash, so implement # our own pushd/popd functions |