Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85097
Collapse All | Expand All

(-)epiphany-extensions-1.6.0/configure (-4 / +4 lines)
Lines 24022-24030 Link Here
24022
24022
24023
24023
24024
if echo "$extensions" | egrep '(^|,)find($|,)' > /dev/null; then
24024
if echo "$extensions" | egrep '(^|,)find($|,)' > /dev/null; then
24025
	as_ac_File=`echo "ac_cv_file_$MOZILLA_INCLUDE_ROOT/fastfind/nsITypeAheadFind.h" | $as_tr_sh`
24025
	as_ac_File=`echo "ac_cv_file_$MOZILLA_INCLUDE_ROOT/typeaheadfind/nsITypeAheadFind.h" | $as_tr_sh`
24026
echo "$as_me:$LINENO: checking for $MOZILLA_INCLUDE_ROOT/fastfind/nsITypeAheadFind.h" >&5
24026
echo "$as_me:$LINENO: checking for $MOZILLA_INCLUDE_ROOT/typeaheadfind/nsITypeAheadFind.h" >&5
24027
echo $ECHO_N "checking for $MOZILLA_INCLUDE_ROOT/fastfind/nsITypeAheadFind.h... $ECHO_C" >&6
24027
echo $ECHO_N "checking for $MOZILLA_INCLUDE_ROOT/typeaheadfind/nsITypeAheadFind.h... $ECHO_C" >&6
24028
if eval "test \"\${$as_ac_File+set}\" = set"; then
24028
if eval "test \"\${$as_ac_File+set}\" = set"; then
24029
  echo $ECHO_N "(cached) $ECHO_C" >&6
24029
  echo $ECHO_N "(cached) $ECHO_C" >&6
24030
else
24030
else
Lines 24032-24038 Link Here
24032
  { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
24032
  { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
24033
echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
24033
echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
24034
   { (exit 1); exit 1; }; }
24034
   { (exit 1); exit 1; }; }
24035
if test -r "$MOZILLA_INCLUDE_ROOT/fastfind/nsITypeAheadFind.h"; then
24035
if test -r "$MOZILLA_INCLUDE_ROOT/typeaheadfind/nsITypeAheadFind.h"; then
24036
  eval "$as_ac_File=yes"
24036
  eval "$as_ac_File=yes"
24037
else
24037
else
24038
  eval "$as_ac_File=no"
24038
  eval "$as_ac_File=no"
(-)epiphany-extensions-1.6.0/configure.ac (-1 / +1 lines)
Lines 366-372 Link Here
366
dnl Find extension needs toolkit nsITypeAheadFind
366
dnl Find extension needs toolkit nsITypeAheadFind
367
367
368
if echo "$extensions" | egrep '(^|,)find($|,)' > /dev/null; then
368
if echo "$extensions" | egrep '(^|,)find($|,)' > /dev/null; then
369
	AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/fastfind/nsITypeAheadFind.h],
369
	AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/typeaheadfind/nsITypeAheadFind.h],
370
	        [AC_DEFINE([HAVE_FASTFIND_NSITYPEAHEADFIND_H],[1],[Define if we have toolkit's nsITypeAheadFind])],
370
	        [AC_DEFINE([HAVE_FASTFIND_NSITYPEAHEADFIND_H],[1],[Define if we have toolkit's nsITypeAheadFind])],
371
		[AC_MSG_ERROR([Find extension needs toolkit's nsITypeAheadFind])])
371
		[AC_MSG_ERROR([Find extension needs toolkit's nsITypeAheadFind])])
372
fi
372
fi
(-)epiphany-extensions-1.6.0/extensions/adblock/mozilla/Makefile.in (+1 lines)
Lines 259-264 Link Here
259
	content		\
259
	content		\
260
	docshell	\
260
	docshell	\
261
	dom		\
261
	dom		\
262
	necko		\
262
	xpcom
263
	xpcom
263
264
264
libadblockmozilla_la_CPPFLAGS = \
265
libadblockmozilla_la_CPPFLAGS = \
(-)epiphany-extensions-1.6.0/extensions/error-viewer/mozilla/Makefile.in (-1 / +2 lines)
Lines 268-274 Link Here
268
	.		\
268
	.		\
269
	dom		\
269
	dom		\
270
	jsconsole	\
270
	jsconsole	\
271
	necko
271
	necko		\
272
	webbrwsr
272
273
273
liberrorviewermozilla_la_CPPFLAGS = \
274
liberrorviewermozilla_la_CPPFLAGS = \
274
	-I..						\
275
	-I..						\
(-)epiphany-extensions-1.6.0/extensions/find/Makefile.in (-1 / +3 lines)
Lines 284-291 Link Here
284
	content		\
284
	content		\
285
	docshell	\
285
	docshell	\
286
	dom		\
286
	dom		\
287
	fastfind	\
287
	pref		\
288
	typeaheadfind	\
288
	find		\
289
	find		\
290
	webbrwsr	\
289
	xpcom
291
	xpcom
290
292
291
libfindextension_la_CPPFLAGS = \
293
libfindextension_la_CPPFLAGS = \
(-)epiphany-extensions-1.6.0/extensions/page-info/mozilla/Makefile.in (+1 lines)
Lines 262-267 Link Here
262
	layout		\
262
	layout		\
263
	nkcache		\
263
	nkcache		\
264
	necko		\
264
	necko		\
265
	pref		\
265
	uconv		\
266
	uconv		\
266
	webbrwsr
267
	webbrwsr
267
268
(-)epiphany-extensions-1.6.0/extensions/select-stylesheet/mozilla/Makefile.in (+1 lines)
Lines 254-259 Link Here
254
254
255
mozilla_include_subdirs = \
255
mozilla_include_subdirs = \
256
	.		\
256
	.		\
257
	dom		\
257
	necko		\
258
	necko		\
258
	nkcache		\
259
	nkcache		\
259
	webbrwsr
260
	webbrwsr

Return to bug 85097