Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoan committed Aug 27, 2017
1 parent ecbaca1 commit 5d014cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnl without editing.
dnl If your extension references something external, use with:

PHP_ARG_WITH(wing_process, for wing_process support,
Make sure that the comment is aligned:
dnl Make sure that the comment is aligned:
[ --with-wing_process Include wing_process support])

dnl Otherwise use enable:
Expand Down Expand Up @@ -59,5 +59,8 @@ if test "$PHP_WING_PROCESS" != "no"; then
dnl
dnl PHP_SUBST(WING_PROCESS_SHARED_LIBADD)

PHP_REQUIRE_CXX()
PHP_SUBST(WING_PROCESS_SHARED_LIBADD)
PHP_ADD_LIBRARY(stdc++,1,WING_PROCESS_SHARED_LIBADD)
PHP_NEW_EXTENSION(wing_process, wing_process.c, $ext_shared)
fi

0 comments on commit 5d014cd

Please sign in to comment.