gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib


From: gsasl-commit
Subject: CVS gsasl/lib
Date: Thu, 19 Jan 2006 14:46:31 +0100

Update of /home/cvs/gsasl/lib
In directory dopio:/tmp/cvs-serv3366

Modified Files:
        configure.ac 
Log Message:
Don't be fooled by krb5-config when cross-compiling.


--- /home/cvs/gsasl/lib/configure.ac    2005/10/23 22:05:39     1.72
+++ /home/cvs/gsasl/lib/configure.ac    2006/01/19 13:46:30     1.73
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
 #
 # This file is part of GNU SASL Library.
 #
@@ -204,6 +204,9 @@
     gssapi=yes
     AC_MSG_NOTICE([GNU GSS found])
     AC_DEFINE(USE_GSS, 1, [Define to 1 if you want GSS.])
+  elif test "$cross_compiling" = "yes"; then
+    AC_MSG_NOTICE([Cross-compiling, won't rely on MIT/Heimdal krb5-config])
+    AC_MSG_NOTICE([Use --enable-gssapi=mit or --enable-gssapi=heimdal.])
   else
     AC_MSG_WARN([GNU GSS not found (see http://josefsson.org/gss/)...])
     AC_PATH_PROG(KRB5_CONFIG, krb5-config, no)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]