summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-06-17 23:13:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:26 -0500
commitc015c69285a3720d611f2f28ad9db6da4e229ed1 (patch)
treeafbc77231fbb989b4b46bd1f1d1a3857a037d908 /source3
parenta4354d399d65e0b0e660b0e41647c0116d51bd37 (diff)
downloadsamba-c015c69285a3720d611f2f28ad9db6da4e229ed1.tar.gz
samba-c015c69285a3720d611f2f28ad9db6da4e229ed1.tar.bz2
samba-c015c69285a3720d611f2f28ad9db6da4e229ed1.zip
r23536: Fix a typo. James: Please check!
Michael (This used to be commit d90aa8368af624761a19cd1e55ed9f18bc64f45d)
Diffstat (limited to 'source3')
-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