[vte/vte-0-52] all: Fix spelling



commit 7322c27fee05bb6dd10289d05b79f53ac386799f
Author: Christian Persch <chpe src gnome org>
Date:   Mon May 21 20:37:54 2018 +0200

    all: Fix spelling
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795278
    (cherry picked from commit 961927a8115c82f35deafe09c1d68689ff069905)

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 38578a6..a2f8792 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,9 +254,9 @@ PCRE2_REQUIRED=10.21
 
 # GNUTLS
 
-AC_MSG_CHECKING([whether gnutls support is requested])
+AC_MSG_CHECKING([whether GnuTLS support is requested])
 AC_ARG_WITH([gnutls],
-  [AS_HELP_STRING([--without-gnutls],[Disable gnutls support])],
+  [AS_HELP_STRING([--without-gnutls],[Disable GnuTLS support])],
   [],[with_gnutls=yes])
 AC_MSG_RESULT([$with_gnutls])
 
@@ -264,7 +264,7 @@ GNUTLS_PKGS=
 if test "$with_gnutls" = "yes"; then
   GNUTLS_PKGS="gnutls >= $GNUTLS_REQUIRED"
 
-  AC_DEFINE([WITH_GNUTLS],[1],[Define to 1 to enable gnutls support])
+  AC_DEFINE([WITH_GNUTLS],[1],[Define to 1 to enable GnuTLS support])
 fi
 
 AM_CONDITIONAL([WITH_GNUTLS],[test "$with_gnutls" = "yes"])
@@ -460,7 +460,7 @@ cat <<EOF | tee -a config.log
 ## -------------- ##
 
 Configuration for libvte $VERSION for gtk+-$GTK_API_VERSION
-       GNUTLS: $with_gnutls
+       GnuTLS: $with_gnutls
        Installing Glade catalogue: $enable_glade_catalogue
        Debugging: $enable_debug
        Introspection: $enable_introspection


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