mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a3b3c78cee
IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
Index: configure
|
|
diff -u configure.orig configure
|
|
--- configure.orig Thu Dec 21 06:39:31 2000
|
|
+++ configure Thu Jan 4 23:22:47 2001
|
|
@@ -4178,7 +4178,7 @@
|
|
cmu_saved_LIBS=$LIBS
|
|
if test -d ${with_sasl}; then
|
|
ac_cv_sasl_where_lib=${with_sasl}/lib
|
|
- ac_cv_sasl_where_inc=${with_sasl}/include
|
|
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl
|
|
|
|
SASLFLAGS="-I$ac_cv_sasl_where_inc"
|
|
LIB_SASL="-L$ac_cv_sasl_where_lib"
|