INN commit: trunk (configure.ac)

INN Commit rra at isc.org
Fri Dec 27 21:18:56 UTC 2013


    Date: Friday, December 27, 2013 @ 13:18:56
  Author: iulius
Revision: 9595

Use $inn_use_KRB5 instead of $KRB5_LIBS.

Modified:
  trunk/configure.ac

--------------+
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: configure.ac
===================================================================
--- configure.ac	2013-12-27 21:17:18 UTC (rev 9594)
+++ configure.ac	2013-12-27 21:18:56 UTC (rev 9595)
@@ -342,7 +342,7 @@
 dnl that program.  In case neither et/com_err.h nor com_err.h can be found
 dnl and --with-krb5 is not given, do not define KRB5_AUTH and clear the
 dnl other variables set for Kerberos support.
-AS_IF([test x"$KRB5_LIBS" != x],
+AS_IF([test x"$inn_use_KRB5" = xtrue],
     [AC_CHECK_HEADERS([et/com_err.h], [KRB5_AUTH=auth_krb5],
          [AC_CHECK_HEADERS([com_err.h], [KRB5_AUTH=auth_krb5],
               [AS_IF([test x"$with_krb5" = x],



More information about the inn-committers mailing list