summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-08-14 04:37:21 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-08-14 04:37:21 +0000
commit41626e84755eca8c8dee37bafa9120b2bf0cf91e (patch)
treee76daa838a2eb46d39e8b9c3b0638fc30d41cd9c
parent62d9f6fe5f927922b5be99ff478ea5337c6c4d9c (diff)
oddly, this works on debian
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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