mirror of
https://github.com/php/php-src.git
synced 2026-04-20 22:41:20 +02:00
Clean up the alignment of configure --help output
This commit is contained in:
@@ -10,13 +10,13 @@ dnl If your extension references something external, use with:
|
||||
|
||||
dnl PHP_ARG_WITH(sockets, for sockets support,
|
||||
dnl Make sure that the comment is aligned:
|
||||
dnl [ --with-sockets Include sockets support])
|
||||
dnl [ --with-sockets Include sockets support])
|
||||
|
||||
dnl Otherwise use enable:
|
||||
|
||||
PHP_ARG_ENABLE(sockets, whether to enable sockets support,
|
||||
dnl Make sure that the comment is aligned:
|
||||
[ --enable-sockets Enable sockets support])
|
||||
[ --enable-sockets Enable sockets support])
|
||||
|
||||
if test "$PHP_SOCKETS" != "no"; then
|
||||
dnl If you will not be testing anything external, like existence of
|
||||
|
||||
Reference in New Issue
Block a user