[Spice-devel] [spice-common] build-sys: Add missing # to comment

Christophe Fergeau cfergeau at redhat.com
Fri Oct 30 08:55:46 PDT 2015


SPICE_CHECK_SMARTCARD documentation ends with a '-------' comment, but
the # to start the comment is missing, causing a warning message when
running configure.
---
 m4/spice-deps.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
index 59744d2..0f90cec 100644
--- a/m4/spice-deps.m4
+++ b/m4/spice-deps.m4
@@ -35,7 +35,7 @@ AC_DEFUN([SPICE_CHECK_SYSDEPS], [
 # return the flags to use in the SMARTCARD_CFLAGS and SMARTCARD_LIBS variables, and
 # it will define a USE_SMARTCARD preprocessor symbol as well as a HAVE_SMARTCARD
 # Makefile conditional.
-----------------------
+#----------------------
 AC_DEFUN([SPICE_CHECK_SMARTCARD], [
     AC_ARG_ENABLE([smartcard],
       AS_HELP_STRING([--enable-smartcard=@<:@yes/no/auto@:>@],
-- 
2.5.0



More information about the Spice-devel mailing list