summaryrefslogtreecommitdiff
path: root/gphoto-m4
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-05 04:06:42 +0200
committerMarcus Meissner <meissner@suse.de>2021-10-09 10:50:07 +0200
commit4e299a25f4620fc84c4d7263a438c788dfa309dd (patch)
treea80c4ec6c551094349fa7b61eee963173aee08e3 /gphoto-m4
parentb01e0ff43311502bc49b89cb47e7ca2146485ea8 (diff)
downloadlibgphoto2-4e299a25f4620fc84c4d7263a438c788dfa309dd.tar.gz
utf-8: fix weird minus/hyphen character
I have no idea how that non-ASCII hyphen character made its way into that m4 file, but this returns a simple ASCII character.
Diffstat (limited to 'gphoto-m4')
-rw-r--r--gphoto-m4/gp-manual-documentation.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gphoto-m4/gp-manual-documentation.m4 b/gphoto-m4/gp-manual-documentation.m4
index cb7b4e866..717b34ea5 100644
--- a/gphoto-m4/gp-manual-documentation.m4
+++ b/gphoto-m4/gp-manual-documentation.m4
@@ -291,7 +291,7 @@ AM_CONDITIONAL(XMLTOPDF,$have_xmltopdf)
AM_CONDITIONAL(XMLTOPS,$have_xmltops)
# create list of supported formats
-AC_MSG_CHECKING([for manual formats to re­create])
+AC_MSG_CHECKING([for manual formats to re-create])
xxx=""
manual_html=""
manual_pdf=""