Skip to content

Commit

Permalink
Merge pull request #1 from cmouse/m4
Browse files Browse the repository at this point in the history
m4: Fix moduledir to point to correct place
  • Loading branch information
grosjo authored Jan 14, 2019
2 parents d516cb7 + 35850cc commit 29fa999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/dovecot.m4
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ AC_DEFUN([AC_CC_F_STACK_PROTECTOR],[
AC_DEFUN([DC_DOVECOT_MODULEDIR],[
AC_ARG_WITH(moduledir,
[ --with-moduledir=DIR Base directory for dynamically loadable modules],
moduledir="$withval",
moduledir=$libdir/dovecot
[moduledir="$withval"] ,
[moduledir="$dovecot_moduledir"]
)
AC_SUBST(moduledir)
])
Expand Down

0 comments on commit 29fa999

Please sign in to comment.