]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions-engine-check.patch
- always use mozilla as a engine (from upstream)
[packages/epiphany-extensions.git] / epiphany-extensions-engine-check.patch
1 --- a/configure.ac      2009/01/13 17:54:12     1799
2 +++ b/configure.ac      2009/01/25 15:48:38     1803
3 @@ -227,15 +227,6 @@
4  done
5  IFS="$ephyext_save_ifs"
6  
7 -if test "$EPIPHANY_ENGINE" != "mozilla"; then
8 - extensions=$EXTENSIONS; EXTENSIONS=
9 - for ext in $extensions; do
10 -  if echo "$MOZILLA_ALL_EXTENSIONS" | egrep -v "(^| )$ext(\$| )" > /dev/null; then
11 -    EXTENSIONS="$EXTENSIONS $ext"
12 -  fi
13 - done
14 -fi
15 -
16  AC_SUBST([DIST_EXTENSIONS])
17  AC_SUBST([BUILD_EXTENSIONS],[$(echo $EXTENSIONS | tr ' ' '\n' | sort | uniq | tr '\n' ' ')])
18  
19 @@ -314,8 +305,6 @@
20  # Mozilla
21  # *******
22  
23 -if test "$EPIPHANY_ENGINE" = "mozilla"; then
24 -
25  GECKO_INIT([MOZILLA])
26  
27  AC_SUBST([MOZILLA])
28 @@ -364,8 +353,6 @@
29  fi
30  
31  
32 -fi # test "$EPIPHANY_ENGINE" != "webkit"
33 -
34  GECKO_DEFINES
35  
36  # *****************
This page took 0.074704 seconds and 3 git commands to generate.