diff options
| author | Jon Parise <jon@php.net> | 2007-12-31 04:27:47 +0000 |
|---|---|---|
| committer | Jon Parise <jon@php.net> | 2007-12-31 04:27:47 +0000 |
| commit | d5046a59d3f2a6776c1d35b6a5c8f8b7e6157c61 (patch) | |
| tree | b52c2e0e70247fb0e1240cb99fea36d993441e16 | |
| parent | 33271a33c0839921807da9f609aad4b5803d64d7 (diff) | |
| download | php-git-d5046a59d3f2a6776c1d35b6a5c8f8b7e6157c61.tar.gz | |
Document the 'cxx' parameter to PHP_NEW_EXTENSION.
| -rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 62baa98da3..f316efec74 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -927,6 +927,7 @@ dnl "shared" can be set to "shared" or "yes" to build the extension as dnl a dynamically loadable library. Optional parameter "sapi_class" can dnl be set to "cli" to mark extension build only with CLI or CGI sapi's. dnl "extra-cflags" are passed to the compiler, with +dnl "cxx" can be used to indicate that a C++ shared module is desired. dnl @ext_srcdir@ and @ext_builddir@ being substituted. AC_DEFUN([PHP_NEW_EXTENSION],[ ext_builddir=[]PHP_EXT_BUILDDIR($1) |
