2001-03-13 12:15:12 +01:00
|
|
|
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
|
2002-07-28 19:26:12 +02:00
|
|
|
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl1
|
2000-05-13 19:20:07 +02:00
|
|
|
|
2001-03-13 12:15:12 +01:00
|
|
|
SASLFLAGS="-I$ac_cv_sasl_where_inc"
|
|
|
|
LIB_SASL="-L$ac_cv_sasl_where_lib"
|