blob: f4995778e936edfe06cdb55bc0e162e623ad43ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-configure.in,v 1.1 2020/03/26 21:53:31 joerg Exp $
--- configure.in.orig 2020-03-26 11:58:13.964325554 +0000
+++ configure.in
@@ -255,7 +255,7 @@ if test "$mhe_with_krb4" = "yes" -o "$mh
fi
dnl if test "$found_all_krb5" = "1" ; then
-dnl if test "$krb5_flavor" == "heimdal" ; then
+dnl if test "$krb5_flavor" = "heimdal" ; then
dnl dnl Heimdal calls this libdb
dnl AC_CHECK_LIB(db, dbopen)
dnl if test "$ac_cv_lib_db_dbopen" = "no" ; then
|