Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 6df370d6bb43d5a8483bc1b458d48386 > files > 1

liferea-1.4.4-1mdv2008.0.src.rpm

--- liferea-1.1.0/configure.ac.firefox-detect	2006-08-11 00:56:37.000000000 +0200
+++ liferea-1.1.0/configure.ac	2006-08-11 07:30:49.000000000 +0200
@@ -33,7 +33,7 @@
 AC_ARG_ENABLE(gtkhtml2,  AS_HELP_STRING([--disable-gtkhtml2],[don't compile the gtkhtml2 backend]),,enable_gtkhtml2=yes)
 AC_ARG_ENABLE(xulrunner, AS_HELP_STRING([--disable-xulrunner],[don't compile the xulrunner backend]),,enable_xulrunner=yes)
 AC_ARG_ENABLE(gecko,     AS_HELP_STRING([--disable-gecko],[don't compile the Gecko backend]),,enable_gecko=yes)
-AC_ARG_ENABLE(gecko,     AS_HELP_STRING([--enable-gecko=ARG],[specify which Gecko provider to use ("mozilla", "firefox" or "seamonkey")]),,enable_gecko=yes)
+AC_ARG_ENABLE(gecko,     AS_HELP_STRING([--enable-gecko=ARG],[specify which Gecko provider to use ("mozilla", "mozilla-firefox" or "seamonkey")]),,enable_gecko=yes)
 AC_ARG_ENABLE(gnutls,    AS_HELP_STRING([--enable-gnutls],[Attempt to use GNUTLS for SSL support @<:@default=yes@:>@]),,enable_gnutls=yes)
 AC_ARG_ENABLE(libnotify, AS_HELP_STRING([--disable-libnotify],[don't compile the libnotify plugin]),,enable_libnotify=yes)
 
@@ -159,8 +159,8 @@
    PKG_CHECK_MODULES(MOZILLA, $gecko_provider-gtkmozembed, enable_mozilla=yes, enable_mozilla=no)
    AC_MSG_RESULT($gecko_provider: $enable_mozilla)
 fi
-if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xfirefox" \) ; then
-   gecko_provider=firefox
+if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xmozilla-firefox" \) ; then
+   gecko_provider=mozilla-firefox
    PKG_CHECK_MODULES(MOZILLA, $gecko_provider-gtkmozembed, enable_mozilla=yes, enable_mozilla=no)
    AC_MSG_RESULT($gecko_provider: $enable_mozilla)
 fi