From 304a16fdadbf2628556ba6e5fcb5b1634960f7c2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 30 Oct 2015 16:54:25 +0100 Subject: build-sys: Add missing # to comment 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@:>@], -- cgit