X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fconfigure.ac;h=7a6c04aabb86785c848206a799d92b15c9d29b46;hb=d28d76b4fba3afe18757ab848346e8123a8bcae1;hp=e5eb89bff625d648f0b1c6b95a4f2622828d305c;hpb=40f7323134e058c0920caa18c667ea99a4c8b3e8;p=libguestfs.git diff --git a/daemon/configure.ac b/daemon/configure.ac index e5eb89b..7a6c04a 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -39,6 +39,16 @@ AC_ARG_ENABLE([packet-dump], [AC_DEFINE([ENABLE_PACKET_DUMP],[1],[Enable packet dumps in verbose mode.])], []) +dnl Install the daemon (for libguestfs live service) +AC_MSG_CHECKING([if we should install the daemon]) +AC_ARG_ENABLE([install-daemon], + [AS_HELP_STRING([--enable-install-daemon], + [enable installing the daemon under $sbindir @<:@default=no@:>@])], + [], + [enable_install_daemon=no]) +AM_CONDITIONAL([INSTALL_DAEMON],[test "x$enable_install_daemon" = "xyes"]) +AC_MSG_RESULT([$enable_install_daemon]) + dnl For strchrnul(3), asprintf(3), futimens(2) and getline(3). AC_GNU_SOURCE