mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Clean up the alignment of configure --help output
This commit is contained in:
parent
c26b4d8c9f
commit
b189759bcd
11 changed files with 18 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue