|
|
| version 1.34.2.2, 2015/07/02 17:52:51 | version 1.35, 2015/07/02 22:28:13 |
|---|---|
| Line 72 ONLY_CLI=no | Line 72 ONLY_CLI=no |
| AC_MSG_CHECKING(Build only RPC client) | AC_MSG_CHECKING(Build only RPC client) |
| AC_ARG_ENABLE(server, | AC_ARG_ENABLE(server, |
| [ --disable-server Disable RPC server ], | [ --disable-server Disable RPC server ], |
| [ if [[ "$enableval" = "no" ]]; then ONLY_CLI="yes"; fi ],) | [ if [[ "$enableval" = "no" ]]; then |
| ONLY_CLI="yes" | |
| AC_DEFINE(ONLY_CLI, 1, [ Disable RPC server ]) | |
| else | |
| AC_DEFINE(ONLY_CLI, 0, [ Disable RPC server ]) | |
| fi ], AC_DEFINE(ONLY_CLI, 0, [ Disable RPC server ])) | |
| AC_MSG_RESULT($ONLY_CLI) | AC_MSG_RESULT($ONLY_CLI) |
| AC_SUBST(ONLY_CLI) | AC_SUBST(ONLY_CLI) |