summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-08 19:09:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-08 19:09:53 +0000
commitd54f97cea6ac3136621fc06a5239ad4bf142fde9 (patch)
tree7fbfc9daf8eb332385c3b08154b5cea1af19140c
parent509462efb74e4095d1c1e7b4e9e1432ec6131761 (diff)
downloadpango-d54f97cea6ac3136621fc06a5239ad4bf142fde9.tar.gz
Remove obsolete checks for varargs that were preivously used by the
2006-07-08 Behdad Esfahbod <behdad@gnome.org> * configure.in: Remove obsolete checks for varargs that were preivously used by the OpenType code, but are not needed with HarfBuzz anymore.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in17
2 files changed, 6 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index e10be5ee..d57cb2aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-07-08 Behdad Esfahbod <behdad@gnome.org>
+ * configure.in: Remove obsolete checks for varargs that were
+ preivously used by the OpenType code, but are not needed with
+ HarfBuzz anymore.
+
+2006-07-08 Behdad Esfahbod <behdad@gnome.org>
+
Part of Bug 135683 – Cache glyphstring extents
* pango/pango-layout.c (pango_layout_line_index_to_x),
diff --git a/configure.in b/configure.in
index 89bb9b2b..35c5d1f6 100644
--- a/configure.in
+++ b/configure.in
@@ -390,23 +390,6 @@ if test "x$GLIB_VERSION_MAJOR_MINOR" = "x$GLIB_REQUIRED_VERSION_MAJOR_MINOR"; th
GLIB_CFLAGS="-DG_DISABLE_DEPRECATED $GLIB_CFLAGS"
fi
-#
-# The OpenType test programs aren't particularly portable
-#
-have_varargs=no
-pango_saved_cppflags=$CPPFLAGS
-CPPFLAGS="$CPPFLAGS $GLIB_CFLAGS"
-AC_MSG_CHECKING(Whether to build OpenType test programs)
-AC_EGREP_CPP(pango_configure_test_yes, [
-#include <glib.h>
-
-#if defined(G_HAVE_ISO_VARARGS) || defined(G_HAVE_GNUC_VARARGS)
-pango_configure_test_yes
-#endif
-],have_varargs=yes)
-AC_MSG_RESULT($have_varargs)
-CPPFLAGS=$pango_saved_cppflags
-
#
# Modules to build