svn commit: samba r23536 - in branches: SAMBA_3_0/source
SAMBA_3_0_26/source
obnox at samba.org
obnox at samba.org
Sun Jun 17 23:13:33 GMT 2007
Author: obnox
Date: 2007-06-17 23:13:32 +0000 (Sun, 17 Jun 2007)
New Revision: 23536
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23536
Log:
Fix a typo. James: Please check!
Michael
Modified:
branches/SAMBA_3_0/source/configure.in
branches/SAMBA_3_0_26/source/configure.in
Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in 2007-06-17 21:54:11 UTC (rev 23535)
+++ branches/SAMBA_3_0/source/configure.in 2007-06-17 23:13:32 UTC (rev 23536)
@@ -485,7 +485,7 @@
# 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
Modified: branches/SAMBA_3_0_26/source/configure.in
===================================================================
--- branches/SAMBA_3_0_26/source/configure.in 2007-06-17 21:54:11 UTC (rev 23535)
+++ branches/SAMBA_3_0_26/source/configure.in 2007-06-17 23:13:32 UTC (rev 23536)
@@ -455,7 +455,7 @@
# 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
More information about the samba-cvs
mailing list