Skip to content

Commit 644ddaa

Browse files
authored
This is a C++ extension (#655)
1 parent 0d9c589 commit 644ddaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.m4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ if test "$PHP_PINPOINT_PHP" != "no"; then
4141
PINPOINT_PHP_SHARED_LIBADD="$PINPOINT_PHP_SHARED_LIBADD -lrt"
4242
fi
4343

44-
PHP_NEW_EXTENSION(pinpoint_php,$PINPOINT_SRCS, $ext_shared)
45-
PHP_ADD_LIBRARY(stdc++, 1, PINPOINT_PHP_SHARED_LIBADD)
44+
PHP_NEW_EXTENSION(pinpoint_php,$PINPOINT_SRCS, $ext_shared,,, cxx)
4645
PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/include)
4746
PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/jsoncpp/include)
4847
PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/jsoncpp/include)

0 commit comments

Comments
 (0)