diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-10-02 17:36:01 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-10-02 17:36:01 +0000 |
commit | b189759bcde2783dfc98f78dfd4ebdbcd46a332b (patch) | |
tree | 13d47f4802ea99c8057e10368331e04cf953fbd6 /ext/java | |
parent | c26b4d8c9f6323eeae6650ef0b86c58a3c79d095 (diff) | |
download | php-git-b189759bcde2783dfc98f78dfd4ebdbcd46a332b.tar.gz |
Clean up the alignment of configure --help output
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" |