From: Michael Adam Date: Sun, 17 Jun 2007 23:13:32 +0000 (+0000) Subject: r23536: Fix a typo. James: Please check! X-Git-Tag: samba-4.0.0alpha6~801^2~5595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c015c69285a3720d611f2f28ad9db6da4e229ed1;p=thirdparty%2Fsamba.git r23536: Fix a typo. James: Please check! Michael (This used to be commit d90aa8368af624761a19cd1e55ed9f18bc64f45d) --- diff --git a/source3/configure.in b/source3/configure.in index 3c21f8d1426..b37e59c35b8 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