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

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


--- /home/cvs/gsasl/lib/configure.ac    2006/01/19 13:46:30     1.73
+++ /home/cvs/gsasl/lib/configure.ac    2006/01/19 13:50:00     1.74
@@ -204,7 +204,7 @@
     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
+  elif test "$cross_compiling" != "no"; 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



_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit

Reply via email to