diff options
author | joye <joye> | 2015-05-28 20:07:53 (GMT) |
---|---|---|
committer | joye <joye> | 2015-05-28 20:07:53 (GMT) |
commit | ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed (patch) | |
tree | 9e531fea25b28206828be34274c98470a2779e7a /configure.in | |
parent | 11e8c89ad093b06582b0f8bc6b19f5ec8b89218f (diff) | |
download | blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.zip blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.tar.gz blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1c2e010..1a14aff 100755 --- a/configure.in +++ b/configure.in @@ -204,6 +204,7 @@ TEA_ENABLE_SYMBOLS AC_DEFINE(USE_TCL_STUBS, 1, [Use Tcl stubs]) AC_DEFINE(USE_TK_STUBS, 1, [Use Tk stubs]) +SHLIB_LD_LIBS='${LIBS} -lstdc++' #-------------------------------------------------------------------- # This macro generates a line to use when building a library. It @@ -230,4 +231,4 @@ TEA_PROG_WISH # which require substituting th AC variables in. Include these here. #-------------------------------------------------------------------- -AC_OUTPUT([Makefile]) +AC_OUTPUT([Makefile pkgIndex.tcl]) |