[Spice-commits] m4/spice-deps.m4
Christophe Fergau
teuf at kemper.freedesktop.org
Mon Nov 2 03:30:40 PST 2015
m4/spice-deps.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 304a16fdadbf2628556ba6e5fcb5b1634960f7c2
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Fri Oct 30 16:54:25 2015 +0100
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.
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@:>@],
More information about the Spice-commits
mailing list