Fix typo.
authorJames Peach <jpeach@samba.org>
Thu, 13 Dec 2007 06:12:10 +0000 (22:12 -0800)
committerJames Peach <jpeach@samba.org>
Thu, 13 Dec 2007 06:12:10 +0000 (22:12 -0800)
(This used to be commit c8468a1bb49535f0467e1a83b4c8bc5c8dce834e)

source3/configure.in

index 06a6a458b0b7eb503d9da9bed421eab3bff893a1..84ae6f7e507423a885ccdb0f62aebc3e77239ba8 100644 (file)
@@ -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