r23536: Fix a typo. James: Please check!
authorMichael Adam <obnox@samba.org>
Sun, 17 Jun 2007 23:13:32 +0000 (23:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:26 +0000 (12:23 -0500)
Michael
(This used to be commit d90aa8368af624761a19cd1e55ed9f18bc64f45d)

source3/configure.in

index 3c21f8d1426ab8054183e1f626b55e7004677a87..b37e59c35b85319126b27b373c93fc220a5e07e8 100644 (file)
@@ -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