[gnome-boxes] build-sys: Add usbredir on/off log to configure output



commit ea99a24cad0f247ed6c0a2d1a440148a2b2bfead
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Tue Nov 20 12:45:45 2012 +0100

    build-sys: Add usbredir on/off log to configure output
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672268

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 70d409c..11e6cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,12 +116,13 @@ LIBGD_INIT([
   vapi
 ])
 
+AC_MSG_CHECKING([whether USB redirection was enabled with --enable-usbredir])
 AC_ARG_ENABLE(usbredir,
 	AS_HELP_STRING([--enable-usbredir],[Enable usb redirection (requires qemu 1.3)]),,
         enable_usbredir=no)
 AS_IF([test "x$enable_usbredir" = "xyes"],
-      [AC_DEFINE([HAVE_USBREDIR], [1], [Qemu supports usbredir])],
-      [AC_DEFINE([HAVE_USBREDIR], [0], [Qemu supports usbredir])])
+      [AC_DEFINE([HAVE_USBREDIR], [1], [Qemu supports usbredir]) AC_MSG_RESULT([yes])],
+      [AC_DEFINE([HAVE_USBREDIR], [0], [Qemu supports usbredir]) AC_MSG_RESULT([no])])
 
 dnl Strict compiler
 AC_ARG_ENABLE([strict-cc],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]