Re: Patch for configure.in: Pango 0.13 reqd.
- From: Jamie Strachan <frostfreek yahoo com>
- To: gtk-devel-list gnome org
- Subject: Re: Patch for configure.in: Pango 0.13 reqd.
- Date: Thu, 01 Mar 2001 21:21:44 -0500
Okay last time, I promise.
The CVS version was updated between getting, modifying, and diffing
That means the previous patch got all messed up.
Sorry bout that.
(Anyone care about this?)
Jamie
>cvs -z 3 diff -u gtk+/configure.in
Index: gtk+/configure.in
===================================================================
RCS file: /cvs/gnome/gtk+/configure.in,v
retrieving revision 1.198
diff -u -r1.198 configure.in
--- gtk+/configure.in 2001/02/13 04:56:05 1.198
+++ gtk+/configure.in 2001/03/02 02:17:22
@@ -625,6 +625,21 @@
AC_SUBST(PANGO_PACKAGES)
+# Check Pango Version
+
+PANGO_REQUIRED_VERSION=0.13
+
+AC_MSG_CHECKING(Pango version >= $PANGO_REQUIRED_VERSION)
+if $PKG_CONFIG --atleast-version $PANGO_REQUIRED_VERSION pango ; then
+ AC_MSG_RESULT(`$PKG_CONFIG --modversion pango`)
+else
+ AC_MSG_ERROR([
+*** Pango $PANGO_REQUIRED_VERSION or newer is required.
+*** See http://www.pango.org for details.
+])
+fi
+
+
# Check for Pango flags
AC_MSG_CHECKING(Pango flags)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]