diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-08-04 20:52:21 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-08-04 20:52:21 +0000 |
commit | b6e94ed40df227095dc2604de861e086c9c70e4f (patch) | |
tree | 9d4b77c69ddbb89b1d630026f740628a48158781 /mail | |
parent | 07afaf312b0c3e78aa14d5f261f2fd22197ec22b (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index bb901cf1f8a1..1ccbdb989bdb 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -98,7 +98,7 @@ CONFIGURE_ARGS+= \ --without-authpam .endif -if !defined(WITH_CRAM) +.if !defined(WITH_CRAM) CONFIGURE_ARGS+= \ --without-authcram .else |