diff configure.in @ 10753:80a11f8650a4 HEAD

Added dovecot.m4 file that external plugins can use. Based on patch by Dennis Schridde.
author Timo Sirainen <tss@iki.fi>
date Thu, 18 Feb 2010 09:14:43 +0200
parents dc6cf5f10602
children c5cbc99f4627
line wrap: on
line diff
--- a/configure.in	Thu Feb 18 08:43:35 2010 +0200
+++ b/configure.in	Thu Feb 18 09:14:43 2010 +0200
@@ -614,7 +614,7 @@
 fi
 
 dnl * OS specific options
-have_plugin_deps=yes
+DC_PLUGIN_DEPS
 case "$host_os" in
 	hpux*)
 		CFLAGS="$CFLAGS -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED"
@@ -626,14 +626,9 @@
 	linux*)
 		AC_DEFINE(PROCTITLE_HACK,, Define if process title can be changed by modifying argv)
 		;;
-	darwin*)
-		# OSX loads the plugins twice, which breaks stuff
-		have_plugin_deps=no
-		;;
 	*)
 		;;
 esac
-AM_CONDITIONAL(PLUGIN_DEPS, test "$have_plugin_deps" = "yes")
 
 AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)