From 80fc61f5d2ef576f48b74affc1d322095d233e07 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Tue, 29 Nov 2005 16:32:36 +0000
Subject: [PATCH] *** empty log message ***

---
 Documentation/topdocs/NEWS.tely | 5 +++++
 make/lilypond.fedora.spec.in    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely
index f9c53f3806..18627dcea3 100644
--- a/Documentation/topdocs/NEWS.tely
+++ b/Documentation/topdocs/NEWS.tely
@@ -46,6 +46,11 @@ This document is also available in @uref{NEWS.pdf,PDF}.
 
 @itemize @bullet
 
+@item LilyPond does no longer link to kpathsea for the @TeX{} backend.
+This makes the @TeX{} backend more easily usable on various systems.
+
+This fix was sponsored by Christian Ebert.
+
 @item The horizontal location of rehearsal marks can be adjusted by
 setting the @code{rehearsalMarkAlignSymbol} property,
 
diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in
index a3cc400a61..4b671b4ab4 100644
--- a/make/lilypond.fedora.spec.in
+++ b/make/lilypond.fedora.spec.in
@@ -53,7 +53,7 @@ Documentation and example files of LilyPond.  An index is available at
 # because RPM will gladly do a substitution anyway.
 
 # compile with static libstdc++ for better platform portability.
-./configure --enable-static-gxx --without-kpathsea --disable-checking --prefix=%{_prefix} --enable-optimising
+./configure --enable-static-gxx --disable-checking --prefix=%{_prefix} --enable-optimising
 
 
 make -j2 all
-- 
2.39.5