summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-12-12 22:12:10 -0800
committerJames Peach <jpeach@samba.org>2007-12-12 22:12:10 -0800
commitc8468a1bb49535f0467e1a83b4c8bc5c8dce834e (patch)
tree30c11369ca4c2c662b354fa22fd5ffe3b5abd723 /source
parent2dfe9525b9e6e7dcbac191c1fb6288e166d171e5 (diff)
downloadsamba-c8468a1bb49535f0467e1a83b4c8bc5c8dce834e.tar.gz
samba-c8468a1bb49535f0467e1a83b4c8bc5c8dce834e.tar.xz
samba-c8468a1bb49535f0467e1a83b4c8bc5c8dce834e.zip
Fix typo.
Diffstat (limited to 'source')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 06a6a458b0b..84ae6f7e507 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -6185,7 +6185,7 @@ if test x"$enable_dnssd" != x"no"; then
fi
if test x"$have_dnssd_support" = x"yes"; then
- AC_DEFINE(WTH_DNSSD_SUPPORT, 1,
+ AC_DEFINE(WITH_DNSSD_SUPPORT, 1,
[Whether to enable DNS service discovery support])
else
if test x"$enable_dnssd" = x"yes"; then