mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
configure: invert --disable-upnp false logic to --enable-upnp true
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d855a2d19
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-09 (Sat, 09 Dec 2017)
Origin message was:
------------------
- configure: invert --disable-upnp false logic to --enable-upnp true
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
@@ -185,8 +185,9 @@ AC_ARG_ENABLE(flac,
|
||||
AM_CONDITIONAL(ENABLE_FLAC, test "$enable_flac" = "yes")
|
||||
|
||||
AC_ARG_ENABLE(upnp,
|
||||
AS_HELP_STRING([--disable-upnp], [disable UPNP support @<:@default=no@:>@]),
|
||||
,[enable_upnp=yes])
|
||||
AS_HELP_STRING([--enable-upnp], [enable UPNP support @<:@default=yes@:>@]),
|
||||
[enable_upnp="$enableval"],
|
||||
[enable_upnp="yes"])
|
||||
|
||||
AM_CONDITIONAL(ENABLE_UPNP, test "$enable_upnp" = "yes")
|
||||
if test "$enable_upnp" = "yes"; then
|
||||
|
Reference in New Issue
Block a user