summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2015-06-03 21:41:11 -0700
committerTim Rice <tim@multitalents.net>2015-06-03 21:41:11 -0700
commit6397eedf953b2b973d2d7cbb504ab501a07f8ddc (patch)
tree343b0f77ca6942ca0e3e39ca64976b99c426ede6
parent5e67859a623826ccdf2df284cbb37e2d8e2787eb (diff)
Remove unneeded backslashes. Patch from Ángel González
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 68ce7d67..b6f93020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4356,7 +4356,7 @@ if test ! -z "$IPADDR_IN_DISPLAY" ; then
else
DISPLAY_HACK_MSG="no"
AC_ARG_WITH([ipaddr-display],
- [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY],
+ [ --with-ipaddr-display Use ip address instead of hostname in $DISPLAY],
[
if test "x$withval" != "xno" ; then
AC_DEFINE([IPADDR_IN_DISPLAY])
@@ -4402,7 +4402,7 @@ fi
# Whether to mess with the default path
SERVER_PATH_MSG="(default)"
AC_ARG_WITH([default-path],
- [ --with-default-path= Specify default \$PATH environment for server],
+ [ --with-default-path= Specify default $PATH environment for server],
[
if test "x$external_path_file" = "x/etc/login.conf" ; then
AC_MSG_WARN([