blob: 5bd26a6d42a2497dfc72a5aaa34248d2e443ad98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
--- configure.orig 2016-12-20 04:24:03 UTC
+++ configure
@@ -9588,7 +9588,7 @@ $as_echo_n "checking whether the $compil
hardcode_minus_L=no
hardcode_shlibpath_var=unsupported
inherit_rpath=no
- link_all_deplibs=unknown
+ link_all_deplibs=no
module_cmds=
module_expsym_cmds=
old_archive_from_new_cmds=
@@ -16126,7 +16126,7 @@ case "$host" in
;;
*-*-freebsd*)
native_pthread_support=yes
- PTHREAD_LIBADD="-pthread"
+ PTHREAD_LIBADD="-lpthread"
;;
*-*-openbsd*)
native_pthread_support=yes
@@ -16776,7 +16776,7 @@ fi
fi
-for db_type in unknown $db_type_preference; do
+for db_type in $db_type_preference unknown; do
if eval test \"x\$have_${db_type}\" = xyes; then
break
fi
@@ -16935,6 +16935,9 @@ esac
$as_echo "#define HAVE_NDBM 1" >>confdefs.h
have_ndbm=yes
+ if test "$db_type" = "unknown"; then
+ db_type=ndbm
+ fi
else
$as_unset ac_cv_func_dbm_firstkey
@@ -28685,7 +28688,7 @@ fi
krb_cv_compile_et="no"
krb_cv_com_err_need_r=""
-krb_cv_compile_et_cross=no
+krb_cv_compile_et_cross=yes
if test "${COMPILE_ET}" != "no"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compile_et has the features we need" >&5
|