Lines 1-6
Link Here
|
1 |
--- configure.orig 2017-11-30 21:15:59 UTC |
1 |
--- configure.orig 2018-10-09 14:58:13 UTC |
2 |
+++ configure |
2 |
+++ configure |
3 |
@@ -15415,6 +15415,8 @@ else |
3 |
@@ -3909,7 +3909,7 @@ fi |
|
|
4 |
|
5 |
fi |
6 |
|
7 |
- |
8 |
+CC_FOR_BUILD="${CC}" |
9 |
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
10 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
11 |
as_fn_error $? "no acceptable C compiler found in \$PATH |
12 |
@@ -15417,6 +15417,8 @@ else |
4 |
SASLAUTHD_TRUE='#' |
13 |
SASLAUTHD_TRUE='#' |
5 |
SASLAUTHD_FALSE= |
14 |
SASLAUTHD_FALSE= |
6 |
fi |
15 |
fi |
Lines 9-15
Link Here
|
9 |
|
18 |
|
10 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if I should include saslauthd" >&5 |
19 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if I should include saslauthd" >&5 |
11 |
$as_echo_n "checking if I should include saslauthd... " >&6; } |
20 |
$as_echo_n "checking if I should include saslauthd... " >&6; } |
12 |
@@ -17029,6 +17031,7 @@ fi |
21 |
@@ -17031,6 +17033,7 @@ fi |
13 |
gssapi_dir="${gssapi}/lib" |
22 |
gssapi_dir="${gssapi}/lib" |
14 |
GSSAPIBASE_LIBS="-L$gssapi_dir" |
23 |
GSSAPIBASE_LIBS="-L$gssapi_dir" |
15 |
GSSAPIBASE_STATIC_LIBS="-L$gssapi_dir" |
24 |
GSSAPIBASE_STATIC_LIBS="-L$gssapi_dir" |
Lines 17-23
Link Here
|
17 |
else |
26 |
else |
18 |
# FIXME: This is only used for building cyrus, and then only as |
27 |
# FIXME: This is only used for building cyrus, and then only as |
19 |
# a real hack. it needs to be fixed. |
28 |
# a real hack. it needs to be fixed. |
20 |
@@ -17048,7 +17051,7 @@ if ${ac_cv_lib_gssapi_gss_unwrap+:} fals |
29 |
@@ -17050,7 +17053,7 @@ if ${ac_cv_lib_gssapi_gss_unwrap+:} false; then : |
21 |
$as_echo_n "(cached) " >&6 |
30 |
$as_echo_n "(cached) " >&6 |
22 |
else |
31 |
else |
23 |
ac_check_lib_save_LIBS=$LIBS |
32 |
ac_check_lib_save_LIBS=$LIBS |
Lines 26-32
Link Here
|
26 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
35 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
27 |
/* end confdefs.h. */ |
36 |
/* end confdefs.h. */ |
28 |
|
37 |
|
29 |
@@ -17308,7 +17311,7 @@ fi |
38 |
@@ -17310,7 +17313,7 @@ fi |
30 |
GSSAPIBASE_STATIC_LIBS="$GSSAPIBASE_LIBS $gssapi_dir/libgssapi_krb5.a $gssapi_dir/libkrb5.a $gssapi_dir/libk5crypto.a $gssapi_dir/libcom_err.a" |
39 |
GSSAPIBASE_STATIC_LIBS="$GSSAPIBASE_LIBS $gssapi_dir/libgssapi_krb5.a $gssapi_dir/libkrb5.a $gssapi_dir/libk5crypto.a $gssapi_dir/libcom_err.a" |
31 |
elif test "$gss_impl" = "heimdal"; then |
40 |
elif test "$gss_impl" = "heimdal"; then |
32 |
CPPFLAGS="$CPPFLAGS" |
41 |
CPPFLAGS="$CPPFLAGS" |
33 |
- |
|
|