[monkey-bubble: 199/753] Small fix; check for gtk+-2.0 when setting the GTK_VERSION; thanks to andersca for pointing this out
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 199/753] Small fix; check for gtk+-2.0 when setting the GTK_VERSION; thanks to andersca for pointing this out
- Date: Wed, 14 Jul 2010 22:12:23 +0000 (UTC)
commit f2bc3c47d5d3afd426aa59292da739222bc165dd
Author: Martin Baulig <martin src gnome org>
Date: Wed Apr 25 22:49:36 2001 +0000
Small fix; check for gtk+-2.0 when setting the GTK_VERSION; thanks to andersca
for pointing this out :-)
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 7d95dd2..06c2845 100644
--- a/configure.in
+++ b/configure.in
@@ -56,7 +56,7 @@ AC_SUBST(LIBGNOMECANVAS_CFLAGS)
AC_SUBST(LIBGNOMECANVAS_LIBS)
dnl AC_SUBST GTK+ version
-GTK_VERSION=`$PKG_CONFIG --modversion gtk+`
+GTK_VERSION=`$PKG_CONFIG --modversion gtk+-2.0`
AC_SUBST(GTK_VERSION)
dnl GNOME_PKGCONFIG_CHECK_MODULES(LIBBONOBO, libbonobo-2.0:1.96.0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]