summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 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