projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eb08800
)
Fix for fc42499 - really set correct rcdir on Win32.
author
Andrej Kacian
<ticho@claws-mail.org>
Thu, 21 Jan 2016 08:31:44 +0000
(09:31 +0100)
committer
Andrej Kacian
<ticho@claws-mail.org>
Thu, 21 Jan 2016 08:32:02 +0000
(09:32 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 95e8db830eb4004cc2e5720900c7e2974874232d..8bc3db4ebab824895257eb3aa5ef6419a718ccee 100644
(file)
--- 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)],
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"
if test x"$ac_cv_with_config_dir" = x""; then
if test x"$platform_win32" = xyes; then
ac_cv_with_config_dir="Claws-mail"