1
0
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:
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

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