dovecot-1.1: Fixed looking up plugin suffix.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jun 13 10:57:52 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/27e2725b5ff3
changeset: 7667:27e2725b5ff3
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 13 10:57:48 2008 +0300
description:
Fixed looking up plugin suffix.

diffstat:

1 file changed, 1 insertion(+), 5 deletions(-)
configure.in |    6 +-----

diffs (16 lines):

diff -r 5006afbea71c -r 27e2725b5ff3 configure.in
--- a/configure.in	Fri Jun 13 10:23:56 2008 +0300
+++ b/configure.in	Fri Jun 13 10:57:48 2008 +0300
@@ -1990,11 +1990,7 @@ if test $have_modules = yes; then
   AC_SUBST(MODULE_LIBS)
 
   # shrext_cmds comes from libtool.m4
-  MODULE_SUFFIX=`eval "echo $shrext_cmds"`
-  if test "$MODULE_SUFFIX" = ".dylib"; then
-    # no idea why libtool does this with OS X, but we don't want it
-    MODULE_SUFFIX=.so
-  fi
+  module=yes eval MODULE_SUFFIX=$shrext_cmds
   AC_DEFINE_UNQUOTED(MODULE_SUFFIX,"$MODULE_SUFFIX",Dynamic module suffix)
   AC_SUBST(MODULE_SUFFIX)
 fi


More information about the dovecot-cvs mailing list