summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-10-30 16:54:25 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-11-02 12:30:09 +0100
commit304a16fdadbf2628556ba6e5fcb5b1634960f7c2 (patch)
treefe113387dd764a51209528c6567838b6f6ef2c0b
parentd8c3568a3160aa3dfcd1d3b7728360c33d2d6911 (diff)
downloadspice-common-304a16fdadbf2628556ba6e5fcb5b1634960f7c2.tar.gz
spice-common-304a16fdadbf2628556ba6e5fcb5b1634960f7c2.tar.xz
spice-common-304a16fdadbf2628556ba6e5fcb5b1634960f7c2.zip
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.
-rw-r--r--m4/spice-deps.m42
1 files changed, 1 insertions, 1 deletions
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@:>@],