From b189759bcde2783dfc98f78dfd4ebdbcd46a332b Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 2 Oct 2000 17:36:01 +0000 Subject: Clean up the alignment of configure --help output --- ext/java/config.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/java') 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" -- cgit v1.2.1