X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=274e08d2e2cda0bba22361aefdd2f266bc81d8a3;hp=ee288373e32c3d3623af6f4023d3960ee0769f0e;hb=6c40d481d661d532dd527eaf34cebb6d3f8ed086;hpb=bd2221448c3c545993ccf6f20365f01b5e9782e9 diff --git a/configure.ac b/configure.ac index ee28837..274e08d 100644 --- a/configure.ac +++ b/configure.ac @@ -86,17 +86,6 @@ if test -n "$with_editor"; then editorpath="$with_editor" fi -dnl Set the backup prefix -AC_ARG_WITH([hash-backup], - AS_HELP_STRING([--with-hash-backup],[use # as the backup prefix (default: ,)])) -if test x"$with_hash_backup" != x -a x"$with_hash_backup" != x"no"; then - backup_prefix="#" -else - backup_prefix="," -fi -AC_DEFINE_UNQUOTED(BACKUP_PREFIX, "$backup_prefix", - [The prefix that is prepended to the name of message files when they are "removed" by rmm. This should typically be `,' or `#'.])dnl - dnl What method of locking to use? AC_ARG_WITH(locking, AS_HELP_STRING([--with-locking=@<:@dot|fcntl|flock|lockf@:>@], @@ -905,7 +894,6 @@ default editor : ${editorpath} default pager : ${pagerpath} sendmail : ${sendmailpath} -backup prefix : ${backup_prefix} file locking type : ${LOCKTYPE} email address masq. : ${masquerade} "