Index: configure --- configure.orig 2010-03-05 01:28:25.000000000 +0100 +++ configure 2010-03-06 09:24:29.000000000 +0100 @@ -15890,7 +15890,7 @@ milterdirs="/usr/local /opt/local /usr" for d in $milterdirs do - if test -f $d/include/libmilter/mfapi.h + if test -f $d/include/milter/mfapi.h then milterpath=$d break @@ -15914,7 +15914,7 @@ { (exit 1); exit 1; }; } ;; */*) - if ! test -f $milterpath/include/libmilter/mfapi.h + if ! test -f $milterpath/include/milter/mfapi.h then { { $as_echo "$as_me:$LINENO: error: milter includes not found at $milterpath" >&5 $as_echo "$as_me: error: milter includes not found at $milterpath" >&2;} Index: opendkim/opendkim.c --- opendkim/opendkim.c.orig 2010-03-01 19:24:34.000000000 +0100 +++ opendkim/opendkim.c 2010-03-06 09:24:29.000000000 +0100 @@ -69,7 +69,7 @@ #endif /* ! _PATH_SENDMAIL */ /* libmilter includes */ -#include "libmilter/mfapi.h" +#include "milter/mfapi.h" #ifdef USE_LUA /* LUA includes */ Index: opendkim/opendkim.h --- opendkim/opendkim.h.orig 2010-02-24 00:57:16.000000000 +0100 +++ opendkim/opendkim.h 2010-03-06 09:27:07.000000000 +0100 @@ -23,7 +23,7 @@ /* libmilter */ #ifdef DKIMF_MILTER_PROTOTYPES -# include +# include #endif /* DKIMF_MILTER_PROTOTYPES */ /* libopendkim */