mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 10:40:08 +01:00
Fix default Gentoo MDNS provider
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3107 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
e18d04cf0f
commit
9bcfe25991
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ AM_CONDITIONAL(TARGET_FRUGALWARE, test x"$with_distro" = xfrugalware)
|
|||
if test x"$with_distro" = xgentoo ; then
|
||||
AC_ARG_WITH([mdns_provider],
|
||||
AC_HELP_STRING([--with-mdns-provider=PROVIDER], [Specify the mDNS implementation: Avahi, Howl, Bonjour]),,
|
||||
[with_mdns_provider=mDNSResponder])
|
||||
[with_mdns_provider=avahi])
|
||||
|
||||
with_mdns_provider=`echo ${with_mdns_provider} | tr '[[:upper:]]' '[[:lower:]]'`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue