diff options
author | Sascha Schumann <sas@php.net> | 1999-12-03 15:28:51 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-03 15:28:51 +0000 |
commit | 1a77231633e3a569352aeb59064820dc006fe565 (patch) | |
tree | 0dd18512bc20190e2d7cab72558b7f3e98640f75 /ext/java | |
parent | 39a99dd695d0ea6a4d11d5116f2c9b32d10ecf0a (diff) | |
download | php-git-1a77231633e3a569352aeb59064820dc006fe565.tar.gz |
PHP_BUILD_* m4 macros are not intended to be used by extensions.
If you want to tell the user that the current choice of a specific SAPI
module is bad, check $php_build_target.
Diffstat (limited to 'ext/java')
-rw-r--r-- | ext/java/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/java/config.m4 b/ext/java/config.m4 index 93f2315d18..6e3b008967 100644 --- a/ext/java/config.m4 +++ b/ext/java/config.m4 @@ -51,7 +51,6 @@ AC_ARG_WITH(java, AC_DEFINE(HAVE_JAVA) PHP_EXTENSION(java, "shared") - PHP_BUILD_SHARED AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) |