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:50:00 +0100

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





reply via email to

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