mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
OSF/1 V4.0 wants -lcxx
This commit is contained in:
parent
60d87e1914
commit
2785fbce1e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue