Skip to content

Commit

Permalink
OSF/1 V4.0 wants -lcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Oct 5, 1999
1 parent 60d87e1 commit 2785fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2785fbc

Please sign in to comment.