From 9bcfe259917a080174578eaef76374eefe3b9cfd Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 26 Nov 2007 15:56:03 +0000 Subject: [PATCH] Fix default Gentoo MDNS provider git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3107 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d2d687a8bf..d9db1dd3d2 100644 --- a/configure.in +++ b/configure.in @@ -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:]]'`