summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 3c21f8d142..b37e59c35b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -485,7 +485,7 @@ if test x"$ac_cv_prog_gcc" = x"yes" ; then
# krb5developer is like developer, except we don't get
# -Wstrict-prototypes.
- if test x"$krb5_developer" ~= x"$yes" ; then
+ if test x"$krb5_developer" != x"$yes" ; then
DEVELOPER_CFLAGS="$DEVELOPER_CFLAGS -Wstrict-prototypes"
fi
fi