summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-11-15 11:19:43 +0100
committerBenjamin Otte <otte@gnome.org>2007-11-15 11:19:43 +0100
commitda0d4c70dc2ce49eef50e540f1fda4f2b79eb70a (patch)
treea8caa921e6920e4f0ef24be6f056980f3f1c4004
parente6bf6198ca6d4ee4b4542bd5de5b94dc54223fd6 (diff)
release 0.5.40.5.4
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6c74a5d..955bd38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.5.3.1)
+AC_INIT(swfdec-mozilla,0.5.4)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
@@ -57,7 +57,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.5.3.1
+SWFDEC_REQUIRES=0.5.4
PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
if test "$HAVE_SWFDEC" = "no"; then
AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])