summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-07-18 16:32:05 +0000
committerBastien Nocera <hadess@src.gnome.org>2006-07-18 16:32:05 +0000
commit144e440ff24a9db42b2a150b84960087ec4faf04 (patch)
tree6d6385a68c93952e5a33cf60a05a41f63e385c0e /configure.ac
parentc22c846759b2f7f1dd6226d17022da726eb417bb (diff)
we need at least glib 2.6.0 for the gstdio.h functions
2006-07-18 Bastien Nocera <hadess@hadess.net> * configure.ac: we need at least glib 2.6.0 for the gstdio.h functions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f1998d7..aac5b5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.54)
-AC_INIT([sysprof], [1.1.0])
+AC_INIT([sysprof], [1.1.0.snap071806])
AC_CONFIG_SRCDIR(sysprof.glade)
AM_INIT_AUTOMAKE(no-define)
@@ -83,7 +83,7 @@ fi
# Pkgconfig dependencies
-core_dep="glib-2.0"
+core_dep="glib-2.0 >= 2.6.0"
gui_dep="gtk+-2.0 > 2.6.0 gdk-pixbuf-2.0 pangoft2 libglade-2.0"
PKG_CHECK_MODULES(CORE_DEP, $core_dep, [], AC_MSG_ERROR([sysprof dependencies not satisfied]))