diff options
Diffstat (limited to 'ext/java')
-rw-r--r-- | ext/java/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/java/config.m4 b/ext/java/config.m4 index ab5227187a..a0f72e1037 100644 --- a/ext/java/config.m4 +++ b/ext/java/config.m4 @@ -3,9 +3,9 @@ AC_MSG_CHECKING(for Java support) AC_ARG_WITH(java, -[ --with-java[=DIR] Include Java support. DIR is the base install - directory for the JDK. This extension can only - be built as a shared dl.], +[ --with-java[=DIR] Include Java support. DIR is the base install + directory for the JDK. This extension can only + be built as a shared dl.], [ if test "$withval" != "no"; then JAVA_SHARED="libphp_java.la" |