mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Only set ICECAST_DEFAULT_CONFIG if supplied
This commit is contained in:
parent
a1ccd0adec
commit
e0c227d4d9
@ -210,7 +210,8 @@ AM_CONDITIONAL([ENABLE_MODULE_CLIENT_TESTS],
|
|||||||
|
|
||||||
AC_ARG_WITH([default-config],
|
AC_ARG_WITH([default-config],
|
||||||
AS_HELP_STRING([--with-default-config=PATH],
|
AS_HELP_STRING([--with-default-config=PATH],
|
||||||
[Sets default Icecast configuration file (used when no configuration file is given)])
|
[Sets default Icecast configuration file (used when no configuration file is given)]),
|
||||||
|
[], [with_default_config=no]
|
||||||
)
|
)
|
||||||
|
|
||||||
AS_IF([test "$with_default_config" != "no"], [
|
AS_IF([test "$with_default_config" != "no"], [
|
||||||
|
Loading…
Reference in New Issue
Block a user