summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-06-28 11:16:59 +0200
committerBenjamin Otte <otte@gnome.org>2007-06-28 11:16:59 +0200
commitda6f4f1a15366a567753b2e2572c042eb2c76983 (patch)
tree4fb70ea751a1edb56bf3176d06eeafb62f3ba193
parent41fb67e54cc4ca6f3f832274bf469b04b2fcfabe (diff)
back to development0.4
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b0aac44..19c0973 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.4.5)
+AC_INIT(swfdec-mozilla,0.4.5.1)
[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.4.5
+SWFDEC_REQUIRES=0.4.5.1
PKG_CHECK_MODULES(SWFDEC, 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])