summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-12 12:01:41 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-12 12:01:41 +0100
commita55bc0c38006f9cf0056d8ca23a252896da0f667 (patch)
tree38efea0643addd03f9e0fb9f4ec7c601b678047b
parent5a0aba36d1ab66815b129825e9cedbb926e942fc (diff)
configure.ac: Drop unneeded backquote escaping
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 75abe63d..07e84a5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,9 +13,9 @@ none) AC_MSG_ERROR([
*** to configure; you will need to use the same host specification
*** to configure other packages for the GNU/Hurd system.]) ;;
*) AC_MSG_ERROR([this is the gnu os, host cannot be $host_os
-*** Host configuration must be \`MACHINE-gnu' or \`MACHINE-VENDOR-gnu'.
+*** Host configuration must be `MACHINE-gnu' or `MACHINE-VENDOR-gnu'.
*** To cross-compile, you must specify both --host and --build;
-*** for example \`--build=$host --host=$host_cpu-gnu'.
+*** for example `--build=$host --host=$host_cpu-gnu'.
*** Run $0 --help for more information.]) ;;
esac