talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d4fa90e495fe3c6c6d04391c0beb1f7745bb3741
parent eb08800c23ec64330e3ad415141ecb6e686039e4
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Thu, 21 Jan 2016 09:31:44 +0100

Fix for fc42499 - really set correct rcdir on Win32.

Diffstat:
Mconfigure.ac | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -507,7 +507,9 @@ AC_SUBST(PASSCRYPT_KEY, $with_passcrypt_key) dnl RC dir (will be default at a certain point in time) AC_ARG_WITH(config-dir, [ --with-config-dir=RCDIR Local configuration dir (default: .claws-mail)], - ac_cv_with_config_dir="$withval", ac_cv_with_config_dir=".claws-mail") + ac_cv_with_config_dir="$withval", ac_cv_with_config_dir="") + +dnl Set correct default value based on platform if test x"$ac_cv_with_config_dir" = x""; then if test x"$platform_win32" = xyes; then ac_cv_with_config_dir="Claws-mail"