explicitly pass -lstdc++ to the linker in case of DJGPP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-07-19 19:21:50 +00:00
parent a1f7eb20e6
commit 24f5e003c2
2 changed files with 697 additions and 701 deletions

1396
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -249,6 +249,8 @@ case "${host}" in
AC_DEFINE(__DOS__)
PROGRAM_EXT=".exe"
DEFAULT_DEFAULT_wxUSE_MGL=1
dnl DJGPP needs explicit -lstdc++ for some reason (VS: mayb some versions only?)
LIBS="$LIBS -lstdc++"
;;
*-pc-os2_emx | *-pc-os2-emx )