[vte] build: Give up on trying not to use libstdc++



commit b4f8cdcdfbbe4e1b4afe57721911c0bdc7a44f0d
Author: Christian Persch <chpe gnome org>
Date:   Thu Jan 14 17:05:33 2016 +0100

    build: Give up on trying not to use libstdc++

 src/Makefile.am        |   10 ----------
 src/check-libstdc++.sh |   15 ---------------
 2 files changed, 0 insertions(+), 25 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 56d887a..ebe40ba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -130,15 +130,6 @@ libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_LDFLAGS = \
 libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_LIBADD = \
        $(VTE_LIBS)
 
-# Try hard to avoid linking to libstd++ by using the C linker instead of the C++ linker
-if HAVE_GXX
-libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_LINK = \
-       $(LINK) \
-       $(libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_CFLAGS) \
-       $(libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_LDFLAGS) \
-       $(NULL)
-endif # HAVE_GXX
-
 # Generated sources
 
 VTESEQ_BUILTSOURCES = vteseq-list.h vteseq-n.cc
@@ -353,7 +344,6 @@ check_PROGRAMS = \
 
 dist_check_SCRIPTS = \
        check-doc-syntax.sh \
-       check-libstdc++.sh \
        test-vte-sh.sh \
        $(NULL)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]