From d54f97cea6ac3136621fc06a5239ad4bf142fde9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 8 Jul 2006 19:09:53 +0000 Subject: Remove obsolete checks for varargs that were preivously used by the 2006-07-08 Behdad Esfahbod * configure.in: Remove obsolete checks for varargs that were preivously used by the OpenType code, but are not needed with HarfBuzz anymore. --- ChangeLog | 6 ++++++ configure.in | 17 ----------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index e10be5ee..d57cb2aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-08 Behdad Esfahbod + + * 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 Part of Bug 135683 – Cache glyphstring extents 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 - -#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 -- cgit v1.2.1