blob: fca8fdf5605d678b93f06f30177df44e5428b816 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- configure.orig Fri Jul 22 11:36:56 2005
+++ configure Sat Jul 23 11:27:41 2005
@@ -2371,8 +2371,8 @@
;;
*)
DCCUID=root
- BINUID=bin
- BIN_GRP=bin
+ BINUID=root
+ BIN_GRP=dcc
;;
esac
@@ -2445,6 +2445,13 @@
SENDMAIL="$with_sendmail"
SENDMAIL_EVAL="$SENDMAIL"
with_sendmail=yes
+fi
+if test -n "$SENDMAIL" -a "$SENDMAIL" != "no"; then
+ if test -f $SENDMAIL/include/libmilter/mfapi.h -a -f $SENDMAIL/lib/libmilter.a; then
+ SENDMAIL_OBJ=$SENDMAIL/lib
+ SENDMAIL_OBJ_EVAL=$SENDMAIL_OBJ
+ SENDMAIL_LIB=$SENDMAIL_OBJ/libmilter.a
+ fi
fi
if test -z "$SENDMAIL"; then
# prefer a parallel ../sendmail directory
|