diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 68ce7d674..b6f930201 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -4356,7 +4356,7 @@ if test ! -z "$IPADDR_IN_DISPLAY" ; then | |||
4356 | else | 4356 | else |
4357 | DISPLAY_HACK_MSG="no" | 4357 | DISPLAY_HACK_MSG="no" |
4358 | AC_ARG_WITH([ipaddr-display], | 4358 | AC_ARG_WITH([ipaddr-display], |
4359 | [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY], | 4359 | [ --with-ipaddr-display Use ip address instead of hostname in $DISPLAY], |
4360 | [ | 4360 | [ |
4361 | if test "x$withval" != "xno" ; then | 4361 | if test "x$withval" != "xno" ; then |
4362 | AC_DEFINE([IPADDR_IN_DISPLAY]) | 4362 | AC_DEFINE([IPADDR_IN_DISPLAY]) |
@@ -4402,7 +4402,7 @@ fi | |||
4402 | # Whether to mess with the default path | 4402 | # Whether to mess with the default path |
4403 | SERVER_PATH_MSG="(default)" | 4403 | SERVER_PATH_MSG="(default)" |
4404 | AC_ARG_WITH([default-path], | 4404 | AC_ARG_WITH([default-path], |
4405 | [ --with-default-path= Specify default \$PATH environment for server], | 4405 | [ --with-default-path= Specify default $PATH environment for server], |
4406 | [ | 4406 | [ |
4407 | if test "x$external_path_file" = "x/etc/login.conf" ; then | 4407 | if test "x$external_path_file" = "x/etc/login.conf" ; then |
4408 | AC_MSG_WARN([ | 4408 | AC_MSG_WARN([ |