Skip to content
Snippets Groups Projects
Commit 931708d1 authored by Gregory Pakosz's avatar Gregory Pakosz Committed by Kamil Dudka
Browse files

configure.ac: remove -s from DEFAULT_MAIL_COMMAND

Closes #152
parent 1a0bd966
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -71,7 +71,7 @@ case "$host" in
DEFAULT_MAIL_COMMAND="/usr/bin/mailx"
;;
*-netbsd*)
DEFAULT_MAIL_COMMAND="/usr/bin/mail -s"
DEFAULT_MAIL_COMMAND="/usr/bin/mail"
COMPRESS_COMMAND="/usr/bin/gzip"
UNCOMPRESS_COMMAND="/usr/bin/gunzip"
;;
Loading
Loading
@@ -99,7 +99,7 @@ AC_SUBST(STATE_FILE_PATH)
 
AC_ARG_WITH([default-mail-command],
AC_HELP_STRING([--with-default-mail-command=COMMAND],
[default mail command (e.g. /bin/mail -s)]),
[default mail command (e.g. /bin/mail)]),
[
case "$withval" in
yes|no)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment