[Commits] [SCM] claws branch, master, updated. 3.13.2-2-gd4fa90e

ticho at claws-mail.org ticho at claws-mail.org
Thu Jan 21 09:32:31 CET 2016


The branch, master has been updated
       via  d4fa90e495fe3c6c6d04391c0beb1f7745bb3741 (commit)
      from  eb08800c23ec64330e3ad415141ecb6e686039e4 (commit)

Summary of changes:
 configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


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

    Fix for fc42499 - really set correct rcdir on Win32.

diff --git a/configure.ac b/configure.ac
index 95e8db8..8bc3db4 100644
--- 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"

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list