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: Sun, 31 Oct 2004 23:45:54 +0100

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

Modified Files:
        configure.ac 
Log Message:
Invert MIT vs Heimdal detection logic.


--- /home/cvs/gsasl/lib/configure.ac    2004/10/31 22:18:03     1.27
+++ /home/cvs/gsasl/lib/configure.ac    2004/10/31 22:45:54     1.28
@@ -308,7 +308,7 @@
                                AC_MSG_WARN([Both Heimdal and MIT GSSAPI header 
files found.  Will use Heimdal.])
                                AC_MSG_WARN([Use --enable-gssapi=mit to 
override.])
                        fi
-                       if test -n "$ac_cv_header_gssapi_h"; then
+                       if test "$ac_cv_header_gssapi_h" != "no"; then
                                AC_MSG_NOTICE([Heimdal found])
                        else
                                AC_MSG_NOTICE([MIT found])





reply via email to

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