From 41626e84755eca8c8dee37bafa9120b2bf0cf91e Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Fri, 14 Aug 2009 04:37:21 +0000 Subject: oddly, this works on debian --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 32806e3..4eba8dd 100755 --- a/configure +++ b/configure @@ -24347,7 +24347,7 @@ echo "${ECHO_T}no" >&6; } fi - if test "$krb5config" == yes; then + if test "$krb5config" = yes; then CPPFLAGS="$CPPFLAGS $(krb5-config --cflags krb5)" KRB5_LIBS="$(krb5-config --libs krb5)" else diff --git a/configure.in b/configure.in index d4612ed..2832b45 100644 --- a/configure.in +++ b/configure.in @@ -120,7 +120,7 @@ if test "$krb5" != no; then PATH="$PATH:$krb5/bin" fi AC_CHECK_PROG(krb5config, krb5-config,yes) - if test "$krb5config" == yes; then + if test "$krb5config" = yes; then CPPFLAGS="$CPPFLAGS $(krb5-config --cflags krb5)" KRB5_LIBS="$(krb5-config --libs krb5)" else -- cgit v1.2.3