From 1a77231633e3a569352aeb59064820dc006fe565 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 3 Dec 1999 15:28:51 +0000 Subject: 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. --- ext/java/config.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/java') 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) -- cgit v1.2.1