X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fconfigure.ac;h=e8aebc9614deb7e6562d9908ac0797b4e1f39620;hp=0bd37b0b3691cb0542370dc305fcdc99d7c1a104;hb=713283f4a67b3a1960ca96ce6608d046fc202d2d;hpb=81d4a01ac03bc2996eea1ca4cc3182e50d21e6ba diff --git a/daemon/configure.ac b/daemon/configure.ac index 0bd37b0..e8aebc9 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -27,6 +27,12 @@ AC_ARG_ENABLE([32bit], [export CC="gcc -m32"], [enable_32bit=no]) +dnl Enable 'debug' command. +AC_ARG_ENABLE([debug-command], + [AS_HELP_STRING([--enable-debug-command], [enable the 'debug' command])], + [AC_DEFINE_UNQUOTED([ENABLE_DEBUG_COMMAND],[1],[Enable the 'debug' command])], + []) + dnl Check for basic C environment. AC_PROG_CC AC_PROG_INSTALL