summaryrefslogtreecommitdiff
path: root/source3/configure.in
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
commit819a74ed8f1d2b312a22cc803235aaece0e24697 (patch)
treeac4b5ff39b76ebb081c7720991177a05e29e125f /source3/configure.in
parentfa8966690bc2c5ab968b10e12fac113d0da1f641 (diff)
downloadsamba-819a74ed8f1d2b312a22cc803235aaece0e24697.tar.gz
samba-819a74ed8f1d2b312a22cc803235aaece0e24697.tar.bz2
samba-819a74ed8f1d2b312a22cc803235aaece0e24697.zip
Fix typo.
(This used to be commit c8468a1bb49535f0467e1a83b4c8bc5c8dce834e)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 06a6a458b0..84ae6f7e50 100644
--- a/source3/configure.in
+++ b/source3/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