Commit 811b3886 811b38863c06207ab3012c586176a113c1f8def1 by Sergey Poznyakoff

Fix in configure.ac

* configure.ac: Use PATH_MAILDIR (without leading underscore).
1 parent 1c0ee638
......@@ -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
......