OSF/1 V4.0 wants -lcxx

This commit is contained in:
Sascha Schumann 1999-10-05 13:50:13 +00:00
parent 60d87e1914
commit 2785fbce1e

View file

@ -159,6 +159,7 @@ if test "$enable_thread_safety" = "yes" ; then
AC_CHECK_LIB(C, cin)
AC_CHECK_LIB(g++, cin)
AC_CHECK_LIB(stdc++, cin)
AC_CHECK_LIB(cxx, cin)
AC_LANG_SAVE
AC_LANG_CPLUSPLUS