|
1 | 1 | dnl vim:se ts=2 sw=2 et:
|
2 | 2 |
|
3 | 3 | PHP_ARG_ENABLE(memcached, whether to enable memcached support,
|
4 |
| -[ --enable-memcached Enable memcached support]) |
| 4 | +[ --enable-memcached Enable memcached support]) |
5 | 5 |
|
6 | 6 | PHP_ARG_WITH(libmemcached-dir, for libmemcached,
|
7 |
| -[ --with-libmemcached-dir[=DIR] Set the path to libmemcached install prefix.], yes) |
| 7 | +[ --with-libmemcached-dir=DIR Set the path to libmemcached install prefix.], yes) |
8 | 8 |
|
9 | 9 | PHP_ARG_ENABLE(memcached-session, whether to enable memcached session handler support,
|
10 |
| -[ --disable-memcached-session Disable memcached session handler support], yes, no) |
| 10 | +[ --enable-memcached-session Enable memcached session handler support], yes, no) Has a conversation. Original line has a conversation. |
11 | 11 |
|
12 | 12 | PHP_ARG_ENABLE(memcached-igbinary, whether to enable memcached igbinary serializer support,
|
13 |
| -[ --enable-memcached-igbinary Enable memcached igbinary serializer support], no, no) |
| 13 | +[ --enable-memcached-igbinary Enable memcached igbinary serializer support], no, no) |
14 | 14 |
|
15 | 15 | PHP_ARG_ENABLE(memcached-json, whether to enable memcached json serializer support,
|
16 |
| -[ --enable-memcached-json Enable memcached json serializer support], no, no) |
| 16 | +[ --enable-memcached-json Enable memcached json serializer support], no, no) |
17 | 17 |
|
18 | 18 | PHP_ARG_ENABLE(memcached-msgpack, whether to enable memcached msgpack serializer support,
|
19 |
| -[ --enable-memcached-msgpack Enable memcached msgpack serializer support], no, no) |
| 19 | +[ --enable-memcached-msgpack Enable memcached msgpack serializer support], no, no) |
20 | 20 |
|
21 | 21 | PHP_ARG_ENABLE(memcached-sasl, whether to enable memcached sasl support,
|
22 |
| -[ --disable-memcached-sasl Disable memcached sasl support], yes, no) |
| 22 | +[ --enable-memcached-sasl Enable memcached sasl support], yes, no) Has a conversation. Original line has a conversation. |
23 | 23 |
|
24 | 24 | PHP_ARG_ENABLE(memcached-protocol, whether to enable memcached protocol support,
|
25 |
| -[ --enable-memcached-protocol Enable memcached protocol support], no, no) |
| 25 | +[ --enable-memcached-protocol Enable memcached protocol support], no, no) |
26 | 26 |
|
27 | 27 | PHP_ARG_WITH(system-fastlz, whether to use system FastLZ library,
|
28 |
| -[ --with-system-fastlz Use system FastLZ library], no, no) |
| 28 | +[ --with-system-fastlz Use system FastLZ library], no, no) |
29 | 29 |
|
30 | 30 | if test -z "$PHP_ZLIB_DIR"; then
|
31 | 31 | PHP_ARG_WITH(zlib-dir, for ZLIB,
|
32 |
| -[ --with-zlib-dir[=DIR] Set the path to ZLIB install prefix.], no) |
| 32 | +[ --with-zlib-dir=DIR Set the path to ZLIB install prefix.], no) |
33 | 33 | fi
|
34 | 34 |
|
35 | 35 | if test -z "$PHP_DEBUG"; then
|
36 | 36 | AC_ARG_ENABLE(debug,
|
37 |
| - [ --enable-debug compile with debugging symbols],[ |
| 37 | + [ --enable-debug Compile with debugging symbols],[ |
38 | 38 | PHP_DEBUG=$enableval
|
39 | 39 | ],[ PHP_DEBUG=no
|
40 | 40 | ])
|
|