From 4c43219a36835b600caa53344b7b6893209f1d9b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 12 Jan 2006 18:50:40 +0000 Subject: Enable zeroconf by default now that gnome-vfs dns-sd can use avahi and 2006-01-12 Christian Persch * configure.ac: * Makefile.am: Enable zeroconf by default now that gnome-vfs dns-sd can use avahi and more distros are hopefully shipping with that. Still can be disabled by --disable-zeroconf. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cd6ea1596..bdcedf332 100644 --- a/configure.ac +++ b/configure.ac @@ -353,7 +353,7 @@ GECKO_CHECK_CONTRACTID([@mozilla.org/PopupWindowManager;1], GECKO_CHECK_CONTRACTID([@mozilla.org/cookie/permission;1], [],[AC_MSG_ERROR([Gecko needs to be compiled with at least --enable-extensions=default,$REQUIRED_EXTENSIONS])]) -if test "$gecko_cv_gecko_version_major" = 1 -a "$gecko_cv_gecko_version_minor" -ge "8"; then +if test "$gecko_cv_gecko_version_major" = "1" -a "$gecko_cv_gecko_version_minor" -ge "8"; then GECKO_CHECK_CONTRACTID([@mozilla.org/permissions/contentblocker;1], [],[AC_MSG_ERROR([Gecko needs to be compiled with at least --enable-extensions=default,$REQUIRED_EXTENSIONS])]) fi @@ -529,8 +529,8 @@ fi AC_MSG_CHECKING([whether to enable zeroconf bookmarks support]) AC_ARG_ENABLE([zeroconf], - AS_HELP_STRING([--enable-zeroconf],[Whether to enable zeroconf bookmarks support (default:disabled)]), - [], [enable_zeroconf=no]) + AS_HELP_STRING([--disable-zeroconf],[Whether to enable zeroconf bookmarks support (default: enabled)]), + [], [enable_zeroconf=yes]) AC_MSG_RESULT([$enable_zeroconf]) if test "x$enable_zeroconf" = "xyes"; then -- cgit v1.2.3