summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-09-24 10:37:48 +0200
committerBenjamin Otte <otte@gnome.org>2008-09-24 11:18:44 +0200
commit9d68d04ad8908d70c79cb32c2d31e391e549fbf3 (patch)
treed4e32e466e32e5fb7fc5c3f900acd2b7d1871874
parent2aa9c6db3c8ccc13c47bab3d5a7b51427a1ef178 (diff)
We require 0.9.1, not 0.9
Guess noone compiled this yet? :o
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 55f8a33..eaf7d36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,8 +49,8 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.9
-PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR >= $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
+SWFDEC_REQUIRES=0.9.1
+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])
fi