pango r2713 - trunk
- From: aruiz svn gnome org
- To: svn-commits-list gnome org
- Subject: pango r2713 - trunk
- Date: Wed, 3 Sep 2008 14:26:57 +0000 (UTC)
Author: aruiz
Date: Wed Sep 3 14:26:57 2008
New Revision: 2713
URL: http://svn.gnome.org/viewvc/pango?rev=2713&view=rev
Log:
2008-09-03 Alberto Ruiz <aruiz gnome org>
Bug 550659 â configure.in ignores a win32 backend only scenario
* configure.in: Added $have_win32 check
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Sep 3 14:26:57 2008
@@ -424,7 +424,7 @@
# a new Pango backend outside of Pango, you are up to sending the necessary
# patch to fix that rule. :-)
#
-if $have_freetype || $have_x || $have_xft || $have_cairo; then : ; else
+if $have_freetype || $have_x || $have_xft || $have_cairo || $have_win32 ; then : ; else
AC_MSG_ERROR([*** Could not enable any of FreeType, X11, Cairo, or Win32 backends.
*** Must have at least one backend to build Pango.])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]