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:58:07 +0100

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

Modified Files:
        configure.ac 
Log Message:
Fix cross-compile test.


--- /home/cvs/gsasl/lib/configure.ac    2006/01/19 13:50:00     1.74
+++ /home/cvs/gsasl/lib/configure.ac    2006/01/19 13:58:07     1.75
@@ -205,8 +205,9 @@
     AC_MSG_NOTICE([GNU GSS found])
     AC_DEFINE(USE_GSS, 1, [Define to 1 if you want GSS.])
   elif test "$cross_compiling" != "no"; then
-    AC_MSG_NOTICE([Cross-compiling, won't rely on MIT/Heimdal krb5-config])
+    AC_MSG_WARN([Cross-compiling, won't rely on MIT/Heimdal krb5-config])
     AC_MSG_NOTICE([Use --enable-gssapi=mit or --enable-gssapi=heimdal.])
+    gssapi=no
   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]