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
This commit is contained in:
Bastien Nocera
2006-07-18 16:32:05 +00:00
committed by Bastien Nocera
parent c22c846759
commit 144e440ff2
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-07-18 Bastien Nocera <hadess@hadess.net>
* configure.ac: we need at least glib 2.6.0 for the gstdio.h functions
2006-06-05 Soren Sandmann <sandmann@redhat.com>
* TODO: Updates

View File

@ -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]))