summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-07-19 12:57:33 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-07-19 12:57:33 +0000
commitb53ecc1900c875ce6173af503800fd5843682feb (patch)
treeb3d4e0afdfd91b03c3f08cd2092dafbf87333ea6 /config.make.in
parente4b6413c0c19ce5da7467e25b0a0ec8b809374a1 (diff)
* configure.in (reloc_b): add --enable-static-gxx to statically
link to libstdc++ * lily/GNUmakefile (static-gxx-libs): new target static-gxx-libs. Create link to libstdc++.a * lily/new-lyric-combine-music-iterator.cc: rename to Lyric_combine_music_iterator * lily/lyric-combine-music-iterator.cc (Old_lyric_combine_music_iterator): rename to Old_lyric_combine_music_iterator
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 32fd87e390..004c597be6 100644
--- a/config.make.in
+++ b/config.make.in
@@ -111,3 +111,5 @@ WINDRES = @WINDRES@
YACC = @YACC@
ZIP = @ZIP@
FLEXLEXER_PATH = @FLEXLEXER_PATH@
+
+LINK_GXX_STATICALLY = @LINK_GXX_STATICALLY@