search for: 932aec1

Displaying 3 results from an estimated 3 matches for "932aec1".

Did you mean: 932a8c61
2007 Jun 08
0
4 commits - configure.ac libswfdec/Makefile.am NEWS
...a65d4bb72405f9f17b61c755fd132b3 (from a87056c00a0b17289d65d1f00800eff3a992b5fb) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 8 19:34:15 2007 +0200 link with -Bsymbolic, so the mozilla plugin doesn't link to Moz's JS lib diff --git a/configure.ac b/configure.ac index 932aec1..7270afc 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,11 @@ SWFDEC_LIBVERSION="3:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL +dnl ensures the library is linked against the internal Mozilla +dnl if this doesn't work on your platform, I'll take patches :) +SYMB...
2007 May 04
0
2 commits - configure.ac libswfdec/swfdec_loader_internal.h player/swfplay.c
...-tree 0abbfb2a016eaf56cb5562ecd6921edecedbd9ae (from ee9dd4ff79d598316c0e97222ef3aac8be4688e7) Author: Benjamin Otte <otte@gnome.org> Date: Fri May 4 15:49:21 2007 -0400 We want an error when Gtk isn't available, but enabled. diff --git a/configure.ac b/configure.ac index 00ecaab..932aec1 100644 --- a/configure.ac +++ b/configure.ac @@ -96,9 +96,6 @@ GTK_VER=2.8.0 AC_SUBST(GTK_VER) if test "$enable_gtk" = "yes"; then PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_VER, HAVE_GTK=yes, HAVE_GTK=no) - if test "$HAVE_GTK" = "no"; then - AC_MSG_WAR...
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
...a65d4bb72405f9f17b61c755fd132b3 (from a87056c00a0b17289d65d1f00800eff3a992b5fb) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 8 19:34:15 2007 +0200 link with -Bsymbolic, so the mozilla plugin doesn't link to Moz's JS lib diff --git a/configure.ac b/configure.ac index 932aec1..7270afc 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,11 @@ SWFDEC_LIBVERSION="3:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL +dnl ensures the library is linked against the internal Mozilla +dnl if this doesn't work on your platform, I'll take patches :) +SYMB...