31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
$OpenBSD: patch-configure_ac,v 1.3 2012/09/28 09:34:33 ajacoutot Exp $
|
|
|
|
XXX our krb5 is tool old, so disable the user account panel for the time beeing.
|
|
|
|
--- configure.ac.orig Fri Sep 28 10:58:49 2012
|
|
+++ configure.ac Fri Sep 28 10:58:23 2012
|
|
@@ -256,23 +256,6 @@ PKG_CHECK_MODULES(ISOCODES, iso-codes)
|
|
AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix])
|
|
ISO_CODES=iso-codes
|
|
|
|
-# Kerberos kerberos support
|
|
-AC_PATH_PROG(KRB5_CONFIG, krb5-config, no)
|
|
-if test "$KRB5_CONFIG" = "no"; then
|
|
- AC_MSG_ERROR([krb5-config executable not found in your path - should be installed with the kerberos libraries])
|
|
-fi
|
|
-
|
|
-AC_MSG_CHECKING(for krb5 libraries and flags)
|
|
-KRB5_CFLAGS="`$KRB5_CONFIG --cflags`"
|
|
-KRB5_LIBS="`$KRB5_CONFIG --libs`"
|
|
-AC_MSG_RESULT($KRB5_CFLAGS $KRB5_LIBS)
|
|
-
|
|
-AC_SUBST(KRB5_CFLAGS)
|
|
-AC_SUBST(KRB5_LIBS)
|
|
-
|
|
-USER_ACCOUNTS_PANEL_CFLAGS="$USER_ACCOUNTS_PANEL_CFLAGS $KRB5_CFLAGS"
|
|
-USER_ACCOUNTS_PANEL_LIBS="$USER_ACCOUNTS_PANEL_LIBS $KRB5_LIBS"
|
|
-
|
|
dnl ==============================================
|
|
dnl End: Check that we meet the dependencies
|
|
dnl ==============================================
|