[balsa] Use Unicode quotation marks
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Use Unicode quotation marks
- Date: Fri, 26 Jan 2018 22:39:39 +0000 (UTC)
commit 1419a7e25cb6a4e01bbbe519becc2b83ea130845
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Fri Jan 26 17:37:42 2018 -0500
Use Unicode quotation marks
* meson.build: use Unicode quotation marks.
ChangeLog | 4 ++++
meson.build | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8f058dd..0e372d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-01-26 Peter Bloomfield <pbloomfield bellsouth net>
+ * meson.build: use Unicode quotation marks.
+
+2018-01-26 Peter Bloomfield <pbloomfield bellsouth net>
+
* meson.build: fix the definition of HAVE_CTIME_R.
2018-01-26 Peter Bloomfield <pbloomfield bellsouth net>
diff --git a/meson.build b/meson.build
index a70289c..e812d99 100644
--- a/meson.build
+++ b/meson.build
@@ -80,7 +80,7 @@ uts_prefix = '''
'''
if compiler.has_member('struct utsname', 'domainname', prefix : uts_prefix)
conf.set('HAVE_STRUCT_UTSNAME_DOMAINNAME', 1,
- description : 'Defined if domainname is a member of struct utsname')
+ description : 'Define to 1 if ‘domainname’ is a member of ‘struct utsname’.')
endif
# yelp
@@ -549,11 +549,11 @@ balsa_deps += spell_dep
conf.set('HAVE_DECL_CTIME_R',
compiler.has_header_symbol('time.h', 'ctime_r') ? 1 : 0,
- description : 'Define to 1 if you have the declaration of ctime_r, and to 0 if you do not.')
+ description : 'Define to 1 if you have the declaration of ‘ctime_r’, and to 0 if you don’t.')
if compiler.has_function('ctime_r')
conf.set('HAVE_CTIME_R', 1,
- description : 'Define to 1 if you have the ctime_r function.')
+ description : 'Define to 1 if you have the ‘ctime_r’ function.')
endif
if not compiler.has_header('zlib.h')
@@ -597,7 +597,7 @@ endif # balsa_from_git
conf.set('HAVE_GETADDRINFO',
compiler.has_function('getaddrinfo') ? 1 : 0,
- description : 'Define to 1 if you have the getaddrinfo function.')
+ description : 'Define to 1 if you have the ‘getaddrinfo’ function.')
###########################################################################
# Remember our prefixes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]