[gnumeric] Configure: house cleaning.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Configure: house cleaning.
- Date: Thu, 10 May 2018 13:37:36 +0000 (UTC)
commit 20cff62fb5558851215805b951b6dd1177181e75
Author: Morten Welinder <terra gnome org>
Date: Thu May 10 09:37:12 2018 -0400
Configure: house cleaning.
ChangeLog | 4 ++++
configure.ac | 9 ---------
2 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7195e97..d956ae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-10 Morten Welinder <terra gnome org>
+
+ * configure.ac (LIBS): Clear out obsolete pango check.
+
2018-05-07 Morten Welinder <terra gnome org>
* src/gnm-pane.c (gnm_pane_key_mode_sheet): Plug leaks.
diff --git a/configure.ac b/configure.ac
index 060822c..909f147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -557,15 +557,6 @@ LIBS="$GNUMERIC_LIBS $LIBS"
AC_CHECK_FUNCS(gtk_cell_renderer_text_get_background_set gtk_cell_renderer_text_get_foreground_set
gtk_cell_renderer_text_get_editable)
AC_CHECK_FUNCS(gtk_entry_set_editing_cancelled gtk_icon_theme_add_resource_path)
-AC_MSG_CHECKING([for PANGO_WEIGHT_THIN etc.])
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <pango/pango.h>]],
- [[(void)(PANGO_WEIGHT_THIN == 42);
- (void)(PANGO_WEIGHT_MEDIUM == 42);
- (void)(PANGO_WEIGHT_ULTRAHEAVY == 42);]])],
- [AC_DEFINE(HAVE_PANGO_WEIGHT_THIN_ETC, 1, [Define if PANGO_WEIGHT_THIN etc are available])
- AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)])
-
AC_MSG_CHECKING([for OO_NS_LOCALC_EXT])
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <gsf/gsf.h>]],
[[(void)(OO_NS_LOCALC_EXT == OO_NS_LOCALC_EXT);]])],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]