From 6dd67111a19ce6cecfca859fedd0086d57a1a4fe Mon Sep 17 00:00:00 2001
From: William Joye <wjoye@cfa.harvard.edu>
Date: Mon, 6 Jan 2020 13:12:08 -0500
Subject: fix TEA CXX issue

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index f5401a3..639d770 100755
--- a/configure
+++ b/configure
@@ -5494,7 +5494,7 @@ generic/tkbltDecls.h
 
 
 
-    vars=""
+    vars="-lstdc++"
     for i in $vars; do
 	if test "${TEA_PLATFORM}" = "windows" -a "$GCC" = "yes" ; then
 	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
-- 
cgit v0.12