summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-08-20 23:34:47 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-08-20 23:34:47 +0300
commit811b38863c06207ab3012c586176a113c1f8def1 (patch)
tree3161302c9318a0c720021f2c1bdcec8aefe7cc30
parent1c0ee63834fc729e6ed49fcfa6965d8a7cc88f87 (diff)
downloadmailutils-811b38863c06207ab3012c586176a113c1f8def1.tar.gz
mailutils-811b38863c06207ab3012c586176a113c1f8def1.tar.bz2
Fix in configure.ac
* configure.ac: Use PATH_MAILDIR (without leading underscore).
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02586185d..f852b9269 100644
--- a/configure.ac
+++ b/configure.ac
@@ -335,7 +335,7 @@ AH_BOTTOM(
#ifdef MU_CONF_MAILDIR
# define MU_PATH_MAILDIR MU_CONF_MAILDIR
#else
-# define MU_PATH_MAILDIR _PATH_MAILDIR "/"
+# define MU_PATH_MAILDIR PATH_MAILDIR "/"
#endif])
use_dbm=no

Return to:

Send suggestions and report system problems to the System administrator.