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:
Dan Williams 2007-11-26 15:56:03 +00:00
parent e18d04cf0f
commit 9bcfe25991

View file

@ -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:]]'`