Use the correct path to the SASL .h files as installed by the SASL port.

MFC candidate.

Submitted by:	jeh
This commit is contained in:
gshapiro 2001-03-10 00:31:07 +00:00
parent b80431a105
commit abe73c9b5e
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# sendmail and its related utilities. For example, SASL support can be
# added with settings such as:
#
# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
# SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl
#

View File

@ -348,7 +348,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# sendmail and its related utilities. For example, SASL support can be
# added with settings such as:
#
# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
# SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl
#