Patch |
r850874 |
r850874 | jerenkrantz | 2004-09-01 22:08:53 +0000 (Wed, 01 Sep 2004) Fix Issue #2031: Explicitly add -lstdc++ to javahl link to work around libtool bug when compiling C++ libraries. Patch by: Holger Thon <ht_gentoo04 arcor.de> (Tweaked by me: removed the svn-config portion, and rearranged.) * Makefile.in: Add LT_CXX_LIBADD. * configure.in: If we are using the GNU C++ compiler, add in -lstdc++.