From 378c88c24693800574b97c747e90f75a4368e1d5 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Wed, 15 Feb 2006 15:03:21 +0000
Subject: [PATCH] * config.hh.in: remove HAVE_PANGO_16

* config.hh.in: remove all Kpathsea related defines.

* lily/dot-column.cc (side_position): reach stem via dots->
head->stem. Inspect all stems for dot collisions.
---
 ChangeLog    | 2 ++
 config.hh.in | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eb35424092..5da6dce99f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* config.hh.in: remove HAVE_PANGO_16
+
 	* lily/tuplet-bracket.cc (calc_positions): multiply with
 	staff-space for beam case. This fixes tuplets+beams on scaled
 	staves.
diff --git a/config.hh.in b/config.hh.in
index 47a83f2831..4919408348 100644
--- a/config.hh.in
+++ b/config.hh.in
@@ -89,9 +89,6 @@
 /* define if you have sstream */
 #define HAVE_SSTREAM 0
 
-/* define if you have pango 1.6 */
-#define HAVE_PANGO16 0
-
 /* define if you have fontconfig */
 #define HAVE_FONTCONFIG 0
 
-- 
2.39.5