From c015c69285a3720d611f2f28ad9db6da4e229ed1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 17 Jun 2007 23:13:32 +0000 Subject: r23536: Fix a typo. James: Please check! Michael (This used to be commit d90aa8368af624761a19cd1e55ed9f18bc64f45d) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit