summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-11-18 10:50:17 -0700
committerEduardo Chappa <chappa@washington.edu>2013-11-18 10:50:17 -0700
commit186a23ef94452e15aeadf60224300ca16acd4182 (patch)
tree0fd551a6240e6c2dbc68e6c87ddbed2a2fc4d974 /configure.ac
parentef190f4e45840523a85c366291d65c9973776450 (diff)
downloadalpine-186a23ef94452e15aeadf60224300ca16acd4182.tar.xz
* Update to version 2.19.3
* Alpine computes the signature of a signed message on a different message than the one it sends, because of this, messages that are sent can not be validated either in the sent-mail folder, nor in the server that receives such message.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ee5b50b2..204912a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ if test x$enable_dmalloc = "xyes" ; then
AC_DEFINE(ENABLE_DMALLOC, 1, [Define enable dmalloc debugging])
fi
-dnl set locale. Mac is special so we deal with it separately.
+dnl Set default locale dir.
case $host in
*apple-darwin*)
if test -d /opt/local ; then
@@ -94,6 +94,9 @@ case $host in
localedir="\${datadir}/locale"
fi
;;
+ *-*-cygwin)
+ localedir="/usr/share"
+ ;;
*)
localedir="\${datadir}/locale"
;;