Clean up the alignment of configure --help output

This commit is contained in:
Rasmus Lerdorf 2000-10-02 17:36:01 +00:00
parent c26b4d8c9f
commit b189759bcd
11 changed files with 18 additions and 18 deletions

View file

@ -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"