Magellan Linux

Contents of /trunk/totem/patches/totem-1.1.5-idl.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 826 byte(s)
-import

1 --- totem-1.1.5/configure.in 2005-08-24 05:33:44.000000000 -0400
2 +++ totem-1.1.5.new/configure.in 2005-08-29 22:07:54.000000000 -0400
3 @@ -276,15 +276,8 @@
4 dnl Search for the idl include directory
5 if test "x$ENABLE_MOZILLA" = "xyes" ; then
6 dnl This only works on gecko 1.8
7 - MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir $MOZILLA-xpcom`"
8 - dnl Fallback for older versions
9 - if test "x$MOZILLA_IDLDIR" = "x"; then
10 - MOZILLA_IDLDIR="`echo $MOZILLA_LIBDIR | sed -e s!lib!share/idl!`"
11 - fi
12 - dnl Some distributions (Gentoo) have it in unusual places
13 - if test "x$MOZILLA_IDLDIR" = "x"; then
14 - MOZILLA_IDLDIR="$MOZILLA_INCLUDE_ROOT/idl"
15 - fi
16 + dnl MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir $MOZILLA-xpcom`"
17 + MOZILLA_IDLDIR="`$PKG_CONFIG --variable=libdir $MOZILLA-xpcom`/include/idl"
18
19 AC_SUBST([MOZILLA_IDLDIR])
20 fi