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)
_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit