Bugzilla – Attachment 56636 Details for
Bug 129619
missing packages because of incomplete gecko libs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
fix Epiphany configure
patch (text/plain), 1.67 KB, created by
Robert O'Callahan
on 2005-11-07 21:17:08 UTC
(
hide
)
Description:
fix Epiphany configure
Filename:
MIME Type:
Creator:
Robert O'Callahan
Created:
2005-11-07 21:17:08 UTC
Size:
1.67 KB
patch
obsolete
>--- /home/rocallahan/tmp/epiphany-1.8.2/configure.ac 2005-10-03 10:13:32.000000000 +1300 >+++ configure.ac 2005-11-04 16:22:13.000000000 +1300 >@@ -159,49 +159,50 @@ if test "x$enable_maintainer_mode" = "xy > AM_CFLAGS="$_SAVE_AM_CFLAGS" > CFLAGS="$_SAVE_CFLAGS" > AC_LANG_POP([C]) > fi > > dnl ******* > dnl Mozilla > dnl ******* > > AC_MSG_CHECKING([which gecko to use]) > > AC_ARG_WITH([mozilla], >- AS_HELP_STRING([--with-mozilla@<:@=mozilla|firefox|thunderbird@:>@], >+ AS_HELP_STRING([--with-mozilla@<:@=mozilla|firefox|thunderbird|xulrunner@:>@], > [Which gecko engine to use (default: autodetect)])) > >-GECKOS="firefox mozilla-firefox seamonkey mozilla thunderbird mozilla-thunderbird" >+GECKOS="firefox mozilla-firefox seamonkey mozilla thunderbird mozilla-thunderbird xulrunner" > gecko=$with_mozilla > > if test "x$gecko" = "x"; then > dnl Autodetect gecko > for g in $GECKOS; do > if $PKG_CONFIG --exists $g-xpcom; then > gecko=$g > break; > fi > done > fi > > if test "x$gecko" = "x"; then > AC_MSG_ERROR([No gecko found]) > elif ! ( echo "$GECKOS" | egrep "(^| )$gecko(\$| )" > /dev/null); then > AC_MSG_ERROR([Unknown gecko "$gecko" specified]) > fi > > AC_MSG_RESULT([$gecko]) > > case "$gecko" in >+xulrunner) min_version=1.8 flavour=toolkit ;; > mozilla) min_version=1.7.9 flavour=mozilla ;; > seamonkey) min_version=1.0 flavour=mozilla ;; > *firefox) min_version=1.0.5 flavour=toolkit ;; > *thunderbird) min_version=1.0.5 flavour=toolkit ;; > esac > > MOZILLA=$gecko > AC_SUBST([MOZILLA]) > > MOZILLA_FLAVOUR=$flavour > AC_SUBST([MOZILLA_FLAVOUR]) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 129619
: 56636